Skip to content

#ccf2c8

a pale, vivid green · cool · closest name: Honey Dew

RGB
204, 242, 200
HSL
114°, 62%, 87%
CMYK
16, 0, 17, 5
Luminance
0.8051

At a glance

Every number on this page in one read: what #ccf2c8 is made of, how bright it looks, and which way it leans.

Hex
#ccf2c8
Hue
114°
green
Saturation
62%
vivid
Lightness
87%
pale
Brightness
95%
HSV value
Perceived
89%
weighted brightness
Luminance
0.8051
WCAG relative
Temperature
Cool
60/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
17.10:1
Closest name
Honey Dew
ΔE2000 10.9
Where it sits
Hue114° of 360°
Saturation62%
Lightness87%
Temperature
Warm ← → Cool60% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#ccf2c8
RGBrgb(204, 242, 200)
HSLhsl(114, 62%, 87%)
CMYKcmyk(16%, 0%, 17%, 5%)
LABlab(91.9 -20.0 16.3)
LCHlch(91.9 25.8 140.9)
OKLCHoklch(0.923 0.069 142.5)
Decimal13431496
Display P3color(display-p3 0.800 0.949 0.784)

Copy-ready code

/* CSS */
color: #ccf2c8;
background-color: #ccf2c8;
/* Tailwind (arbitrary) */
class="text-[#ccf2c8] bg-[#ccf2c8]"
/* SCSS */
$brand: #ccf2c8;
/* SwiftUI */
Color(red: 0.800, green: 0.949, blue: 0.784)
/* Android */
Color.parseColor("#ccf2c8")
/* Flutter */
Color(0xFFCCF2C8)
/* Python / OpenCV (BGR) */
(200, 242, 204)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #ccf2c8 · 17.10:1
Use #000000AAA at every size.
Aa
White text · 1.23:1
AA fail · AA large fail · AAA fail
Aa
Black text · 17.10:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #ccf2c8 as text scores 1.23:1 on white and 17.10:1 on black.

Accessibility — WCAG contrast

Aa
#ccf2c8 on white: 1.23:1
AA ✗ fail · AA-large · AAA
Aa
#ccf2c8 on black: 17.10:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F4EAC6
deuteranopia · #EEE6CA
tritanopia · #C9EFE6

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #ccf2c8 is pinned to step 200; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F4FBF4
#EAF7E8
#ccf2c8
#ABEAA4
#81DF77
#57D449
#3DC62F
#33A527
#29841F
#21601A
#153C11
Base = 200Lightest = 50 · #F4FBF4Darkest = 950 · #153C11
:root {
  --brand-50: #F4FBF4;
  --brand-100: #EAF7E8;
  --brand-200: #ccf2c8;
  --brand-300: #ABEAA4;
  --brand-400: #81DF77;
  --brand-500: #57D449;
  --brand-600: #3DC62F;
  --brand-700: #33A527;
  --brand-800: #29841F;
  --brand-900: #21601A;
  --brand-950: #153C11;
  --brand: #ccf2c8;
  --brand-ink: #000000;
}

Colors that work with #ccf2c8

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F5FAF4
Tinted page background
Border#C4EDC0
Hairlines and dividers
Muted text#529B4B
Captions on the surface
Accent#7B24A8
Second voice, not a rival
Dark variant#206718
Hover, pressed, headers
Light variant#ECFAEA
Selected rows, tints
Dark surface#152414
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #ccf2c8

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • White text placed on it
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#EEC8F2
Analogous left#E1F2C8
Analogous right#C8F2D9
Split-complement 1#D9C8F2
Split-complement 2#F2C8E1
Triadic 1#C8CCF2
Triadic 2#F2C8CC
Tetradic#C8E1F2

RGB percentages

Red80.0%
Green94.9%
Blue78.4%

CMYK percentages

Cyan15.7%
Magenta0.0%
Yellow17.4%
Key (black)5.1%

Color previews

#ccf2c8 text on a black background

contrast 17.10:1

Card sample

#ccf2c8 text on a white background

contrast 1.23:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #ccf2c8;
Background color
Panel with #ccf2c8 background
background-color: #ccf2c8;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #ccf2c8;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(204, 242, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 242, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf2c8;
background: linear-gradient(135deg, #ccf2c8, #C8F2E0);

Monochromatic scale

Palettes built from #ccf2c8

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#ccf2c8 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
SustainabilityFinanceHealth and wellnessAgriculture
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Very light tints can drop out on uncoated stock; check it at 100% size before signing off.

#ccf2c8, answered

What color is #ccf2c8?

#ccf2c8 is a pale vivid green, closest to Honey Dew (ΔE2000 10.9). It sits at 114° on the hue wheel with 62% saturation and 87% lightness, which reads as cool.

What is the RGB value of #ccf2c8?

rgb(204, 242, 200) — 204 red, 242 green and 200 blue out of 255, or 80% / 94.9% / 78.4% by channel.

Is #ccf2c8 a light or a dark color?

It is a light color. Relative luminance is 0.8051 and perceived brightness is 89%, so black text on it reaches 17.10:1.

Should I use black or white text on #ccf2c8?

Black. It scores 17.10:1 against #ccf2c8, versus 1.23:1 for white — AAA at any size.

What is the complementary color of #ccf2c8?

#EEC8F2 sits directly opposite on the wheel. Softer options are the split-complements #D9C8F2 and #F2C8E1, which give the same contrast with far less vibration.

What colors go well with #ccf2c8?

For interface work: #F5FAF4 as the surface, #C4EDC0 for borders, #529B4B for secondary text, #7B24A8 as an accent and #206718 for hover and pressed states. For a palette, the analogous pair #E1F2C8 and #C8F2D9 stays calm, while #EEC8F2 is the loudest partner.

What is #ccf2c8 in CMYK for printing?

cmyk(16%, 0%, 17%, 5%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #ccf2c8 warm or cool?

Cool — it scores 60 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DBF2C8; nudged cooler, #C7F3D3.

Work with #ccf2c8 in the Color Lab