Skip to content

#ccd1c7

a light, muted green · neutral · closest name: Light Gray

RGB
204, 209, 199
HSL
90°, 10%, 80%
CMYK
2, 0, 5, 18
Luminance
0.6256

At a glance

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

Hex
#ccd1c7
Hue
90°
green
Saturation
10%
muted
Lightness
80%
light
Brightness
82%
HSV value
Perceived
81%
weighted brightness
Luminance
0.6256
WCAG relative
Temperature
Neutral
50/100 cool
Color family
Green
Tone
Muted
Best ink
Black
13.51:1
Closest name
Light Gray
ΔE2000 6
Where it sits
Hue90° of 360°
Saturation10%
Lightness80%
Temperature
Warm ← → Cool50% cool

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

Every format

HEX#ccd1c7
RGBrgb(204, 209, 199)
HSLhsl(90, 10%, 80%)
CMYKcmyk(2%, 0%, 5%, 18%)
LABlab(83.2 -3.5 4.4)
LCHlch(83.2 5.6 128.8)
OKLCHoklch(0.854 0.015 128.7)
Decimal13423047
Display P3color(display-p3 0.800 0.820 0.780)

Copy-ready code

/* CSS */
color: #ccd1c7;
background-color: #ccd1c7;
/* Tailwind (arbitrary) */
class="text-[#ccd1c7] bg-[#ccd1c7]"
/* SCSS */
$brand: #ccd1c7;
/* SwiftUI */
Color(red: 0.800, green: 0.820, blue: 0.780)
/* Android */
Color.parseColor("#ccd1c7")
/* Flutter */
Color(0xFFCCD1C7)
/* Python / OpenCV (BGR) */
(199, 209, 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 #ccd1c7 · 13.51:1
Use #000000AAA at every size.
Aa
White text · 1.55:1
AA fail · AA large fail · AAA fail
Aa
Black text · 13.51:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #ccd1c7 as text scores 1.55:1 on white and 13.51:1 on black.

Accessibility — WCAG contrast

Aa
#ccd1c7 on white: 1.55:1
AA ✗ fail · AA-large · AAA
Aa
#ccd1c7 on black: 13.51:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D2CFC6
deuteranopia · #D1CFC7
tritanopia · #CCD0CE

Color scale — 50 to 950

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

#F7F8F7
#F0F1EF
#DEE1DB
#ccd1c7
#ABB3A3
#8F9A84
#7A866E
#66705C
#525A4A
#3D4338
#262A23
Base = 300Lightest = 50 · #F7F8F7Darkest = 950 · #262A23
:root {
  --brand-50: #F7F8F7;
  --brand-100: #F0F1EF;
  --brand-200: #DEE1DB;
  --brand-300: #ccd1c7;
  --brand-400: #ABB3A3;
  --brand-500: #8F9A84;
  --brand-600: #7A866E;
  --brand-700: #66705C;
  --brand-800: #525A4A;
  --brand-900: #3D4338;
  --brand-950: #262A23;
  --brand: #ccd1c7;
  --brand-ink: #000000;
}

Colors that work with #ccd1c7

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#F7F8F7
Tinted page background
Border#D6DAD2
Hairlines and dividers
Muted text#737E68
Captions on the surface
Accent#5E5874
Second voice, not a rival
Dark variant#40463A
Hover, pressed, headers
Light variant#F2F3F1
Selected rows, tints
Dark surface#1C1F19
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 #ccd1c7

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

Works well for
  • Text and icons on dark surfaces
  • Borders, dividers and quiet backgrounds
  • Long-form reading surfaces
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • 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#CCC7D1
Analogous left#D1D1C7
Analogous right#C7D1C7
Split-complement 1#C7C7D1
Split-complement 2#D1C7D1
Triadic 1#C7CCD1
Triadic 2#D1C7CC
Tetradic#C7D1D1

RGB percentages

Red80.0%
Green82.0%
Blue78.0%

CMYK percentages

Cyan2.4%
Magenta0.0%
Yellow4.8%
Key (black)18.0%

Color previews

#ccd1c7 text on a black background

contrast 13.51:1

Card sample

#ccd1c7 text on a white background

contrast 1.55:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #ccd1c7

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.

#ccd1c7 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
BackgroundsBordersBody textDividers
Print note

Converts to four-color process without much drama. Proof it anyway.

#ccd1c7, answered

What color is #ccd1c7?

#ccd1c7 is a light muted green, closest to Light Gray (ΔE2000 6). It sits at 90° on the hue wheel with 10% saturation and 80% lightness, which reads as neutral.

What is the RGB value of #ccd1c7?

rgb(204, 209, 199) — 204 red, 209 green and 199 blue out of 255, or 80% / 82% / 78% by channel.

Is #ccd1c7 a light or a dark color?

It is a light color. Relative luminance is 0.6256 and perceived brightness is 81%, so black text on it reaches 13.51:1.

Should I use black or white text on #ccd1c7?

Black. It scores 13.51:1 against #ccd1c7, versus 1.55:1 for white — AAA at any size.

What is the complementary color of #ccd1c7?

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

What colors go well with #ccd1c7?

For interface work: #F7F8F7 as the surface, #D6DAD2 for borders, #737E68 for secondary text, #5E5874 as an accent and #40463A for hover and pressed states. For a palette, the analogous pair #D1D1C7 and #C7D1C7 stays calm, while #CCC7D1 is the loudest partner.

What is #ccd1c7 in CMYK for printing?

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

Is #ccd1c7 warm or cool?

Neutral — it scores 50 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D8D0CB; nudged cooler, #BFC7CF.

Work with #ccd1c7 in the Color Lab