Melon Color

What Color is Melon?

Melon is a soft orange-pink. It looks sweet like fruit.

#F8B878
FormatCodeImage
Hex
#F8B878
Melon Color Code
RGB
248, 184, 120
HSL
30, 90%, 72%
CMYK
0%, 26%, 52%, 3%
OKLCH
oklch(0.828 0.110 65)

Color Harmonies

Balanced color combinations based on color theory. Click to copy.

Analogous

Adjacent colors - harmony and unity

Monochromatic

Same hue, varied lightness - cohesive designs

Complementary

Opposite colors - high contrast

Split Complementary

Base + adjacent complements - balanced contrast

Triadic

Evenly spaced - vibrant palettes

Square

Four colors at 90° - bold combinations

Tetradic

Rectangle shape - rich variety

Compound

Analogous + complements - sophisticated

Accessibility & Contrast Checker

Ensure your color combinations meet WCAG accessibility standards for readability. Test text contrast against different backgrounds.

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #FFFFFF1.73:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #00000012.12:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #F5F5F51.59:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #1A1A1A10.04:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #3333337.29:1
AA AA Large AAA

WCAG Guidelines: AA requires 4.5:1 for normal text, 3:1 for large text. AAA requires 7:1 for normal text, 4.5:1 for large text. Large text is 18pt+ or 14pt bold+.

Code Snippets

Ready-to-use code snippets for CSS, SCSS, Tailwind, and more. Click to copy.

CSS Variables
/* Melon Color */
:root {
  --color-melon-color: #F8B878;
  --color-melon-color-rgb: 248, 184, 120;
}

.element {
  background-color: var(--color-melon-color);
  color: rgba(var(--color-melon-color-rgb), 0.8);
}
SCSS
// Melon Color Variables
$melon-color: #F8B878;
$melon-color-rgb: 248, 184, 120;

// Usage
.element {
  background-color: $melon-color;
  border-color: darken($melon-color, 10%);
  box-shadow: 0 4px 6px rgba($melon-color-rgb, 0.2);
}
Tailwind Config
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'melon-color': '#F8B878',
        'melon-color-light': '#FCDEC0',
        'melon-color-dark': '#F4912F',
      },
    },
  },
}
JSON
{
  "name": "Melon Color",
  "hex": "#F8B878",
  "rgb": {
    "r": 248,
    "g": 184,
    "b": 120
  },
  "hsl": {
    "h": 30,
    "s": 90,
    "l": 72
  }
}

Visual Usage Examples

See how Melon Color looks in real-world design applications.

Website Header
Logo
HomeAboutContact
Card Component
Buttons
Background Usage

Heading Text

This is how body text appears on this background color. Good contrast is essential for readability.

Badges & Tags
NewFeaturedPopular
Gradients (Click to copy)
Complementary
Fade
Analogous
Radial