Skip to content

#cfd3c8

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

RGB
207, 211, 200
HSL
82°, 11%, 81%
CMYK
2, 0, 5, 17
Luminance
0.6402

At a glance

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

Hex
#cfd3c8
Hue
82°
green
Saturation
11%
muted
Lightness
81%
light
Brightness
83%
HSV value
Perceived
82%
weighted brightness
Luminance
0.6402
WCAG relative
Temperature
Neutral
48/100 cool
Color family
Green
Tone
Muted
Best ink
Black
13.80:1
Closest name
Light Gray
ΔE2000 6.1
Where it sits
Hue82° of 360°
Saturation11%
Lightness81%
Temperature
Warm ← → Cool48% 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#cfd3c8
RGBrgb(207, 211, 200)
HSLhsl(82, 11%, 81%)
CMYKcmyk(2%, 0%, 5%, 17%)
LABlab(84.0 -3.3 5.0)
LCHlch(84.0 6.0 123.9)
OKLCHoklch(0.861 0.016 123.1)
Decimal13620168
Display P3color(display-p3 0.812 0.827 0.784)

Copy-ready code

/* CSS */
color: #cfd3c8;
background-color: #cfd3c8;
/* Tailwind (arbitrary) */
class="text-[#cfd3c8] bg-[#cfd3c8]"
/* SCSS */
$brand: #cfd3c8;
/* SwiftUI */
Color(red: 0.812, green: 0.827, blue: 0.784)
/* Android */
Color.parseColor("#cfd3c8")
/* Flutter */
Color(0xFFCFD3C8)
/* Python / OpenCV (BGR) */
(200, 211, 207)

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 #cfd3c8 · 13.80:1
Use #000000AAA at every size.
Aa
White text · 1.52:1
AA fail · AA large fail · AAA fail
Aa
Black text · 13.80:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #cfd3c8 as text scores 1.52:1 on white and 13.80:1 on black.

Accessibility — WCAG contrast

Aa
#cfd3c8 on white: 1.52:1
AA ✗ fail · AA-large · AAA
Aa
#cfd3c8 on black: 13.80:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D5D1C7
deuteranopia · #D4D1C8
tritanopia · #D0D2D0

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #cfd3c8 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.

#F8F8F7
#F0F1EE
#DFE1DB
#cfd3c8
#ADB4A2
#929B82
#7E886D
#69715B
#545B49
#3F4337
#272A22
Base = 300Lightest = 50 · #F8F8F7Darkest = 950 · #272A22
:root {
  --brand-50: #F8F8F7;
  --brand-100: #F0F1EE;
  --brand-200: #DFE1DB;
  --brand-300: #cfd3c8;
  --brand-400: #ADB4A2;
  --brand-500: #929B82;
  --brand-600: #7E886D;
  --brand-700: #69715B;
  --brand-800: #545B49;
  --brand-900: #3F4337;
  --brand-950: #272A22;
  --brand: #cfd3c8;
  --brand-ink: #000000;
}

Colors that work with #cfd3c8

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#F8F8F7
Tinted page background
Border#D7DBD2
Hairlines and dividers
Muted text#767F66
Captions on the surface
Accent#5B5676
Second voice, not a rival
Dark variant#424739
Hover, pressed, headers
Light variant#F3F4F1
Selected rows, tints
Dark surface#1D1F19
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 #cfd3c8

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#CCC8D3
Analogous left#D3D2C8
Analogous right#CAD3C8
Split-complement 1#C8CAD3
Split-complement 2#D2C8D3
Triadic 1#C8CFD3
Triadic 2#D3C8CF
Tetradic#C8D3D2

RGB percentages

Red81.2%
Green82.7%
Blue78.4%

CMYK percentages

Cyan1.9%
Magenta0.0%
Yellow5.2%
Key (black)17.3%

Color previews

#cfd3c8 text on a black background

contrast 13.80:1

Card sample

#cfd3c8 text on a white background

contrast 1.52:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #cfd3c8

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.

#cfd3c8 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.

#cfd3c8, answered

What color is #cfd3c8?

#cfd3c8 is a light muted green, closest to Light Gray (ΔE2000 6.1). It sits at 82° on the hue wheel with 11% saturation and 81% lightness, which reads as neutral.

What is the RGB value of #cfd3c8?

rgb(207, 211, 200) — 207 red, 211 green and 200 blue out of 255, or 81.2% / 82.7% / 78.4% by channel.

Is #cfd3c8 a light or a dark color?

It is a light color. Relative luminance is 0.6402 and perceived brightness is 82%, so black text on it reaches 13.80:1.

Should I use black or white text on #cfd3c8?

Black. It scores 13.80:1 against #cfd3c8, versus 1.52:1 for white — AAA at any size.

What is the complementary color of #cfd3c8?

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

What colors go well with #cfd3c8?

For interface work: #F8F8F7 as the surface, #D7DBD2 for borders, #767F66 for secondary text, #5B5676 as an accent and #424739 for hover and pressed states. For a palette, the analogous pair #D3D2C8 and #CAD3C8 stays calm, while #CCC8D3 is the loudest partner.

What is #cfd3c8 in CMYK for printing?

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

Is #cfd3c8 warm or cool?

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

Work with #cfd3c8 in the Color Lab