Skip to content

#c7d6c2

a light, soft green · neutral · closest name: Honey Dew

RGB
199, 214, 194
HSL
105°, 20%, 80%
CMYK
7, 0, 9, 16
Luminance
0.6413

At a glance

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

Hex
#c7d6c2
Hue
105°
green
Saturation
20%
soft
Lightness
80%
light
Brightness
84%
HSV value
Perceived
81%
weighted brightness
Luminance
0.6413
WCAG relative
Temperature
Neutral
54/100 cool
Color family
Green
Tone
Soft
Best ink
Black
13.83:1
Closest name
Honey Dew
ΔE2000 9.2
Where it sits
Hue105° of 360°
Saturation20%
Lightness80%
Temperature
Warm ← → Cool54% 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#c7d6c2
RGBrgb(199, 214, 194)
HSLhsl(105, 20%, 80%)
CMYKcmyk(7%, 0%, 9%, 16%)
LABlab(84.0 -8.7 8.2)
LCHlch(84.0 11.9 136.9)
OKLCHoklch(0.859 0.032 137.8)
Decimal13096642
Display P3color(display-p3 0.780 0.839 0.761)

Copy-ready code

/* CSS */
color: #c7d6c2;
background-color: #c7d6c2;
/* Tailwind (arbitrary) */
class="text-[#c7d6c2] bg-[#c7d6c2]"
/* SCSS */
$brand: #c7d6c2;
/* SwiftUI */
Color(red: 0.780, green: 0.839, blue: 0.761)
/* Android */
Color.parseColor("#c7d6c2")
/* Flutter */
Color(0xFFC7D6C2)
/* Python / OpenCV (BGR) */
(194, 214, 199)

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

Accessibility — WCAG contrast

Aa
#c7d6c2 on white: 1.52:1
AA ✗ fail · AA-large · AAA
Aa
#c7d6c2 on black: 13.83:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D8D2C1
deuteranopia · #D5D1C3
tritanopia · #C7D4D0

Color scale — 50 to 950

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

#F7F9F6
#EFF2ED
#DBE4D8
#c7d6c2
#A3BB9A
#84A579
#6E9262
#5C7A52
#4A6242
#384832
#232D1F
Base = 300Lightest = 50 · #F7F9F6Darkest = 950 · #232D1F
:root {
  --brand-50: #F7F9F6;
  --brand-100: #EFF2ED;
  --brand-200: #DBE4D8;
  --brand-300: #c7d6c2;
  --brand-400: #A3BB9A;
  --brand-500: #84A579;
  --brand-600: #6E9262;
  --brand-700: #5C7A52;
  --brand-800: #4A6242;
  --brand-900: #384832;
  --brand-950: #232D1F;
  --brand: #c7d6c2;
  --brand-ink: #000000;
}

Colors that work with #c7d6c2

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#F7F9F6
Tinted page background
Border#D2DECE
Hairlines and dividers
Muted text#68895C
Captions on the surface
Accent#664E7E
Second voice, not a rival
Dark variant#3A4C33
Hover, pressed, headers
Light variant#F1F5F0
Selected rows, tints
Dark surface#192217
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 #c7d6c2

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

Works well for
  • Text and icons on dark surfaces
  • Charts, tags and secondary 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#D1C2D6
Analogous left#D1D6C2
Analogous right#C2D6C7
Split-complement 1#C7C2D6
Split-complement 2#D6C2D1
Triadic 1#C2C7D6
Triadic 2#D6C2C7
Tetradic#C2D1D6

RGB percentages

Red78.0%
Green83.9%
Blue76.1%

CMYK percentages

Cyan7.0%
Magenta0.0%
Yellow9.3%
Key (black)16.1%

Color previews

#c7d6c2 text on a black background

contrast 13.83:1

Card sample

#c7d6c2 text on a white background

contrast 1.52:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c7d6c2

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.

#c7d6c2 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

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

#c7d6c2, answered

What color is #c7d6c2?

#c7d6c2 is a light soft green, closest to Honey Dew (ΔE2000 9.2). It sits at 105° on the hue wheel with 20% saturation and 80% lightness, which reads as neutral.

What is the RGB value of #c7d6c2?

rgb(199, 214, 194) — 199 red, 214 green and 194 blue out of 255, or 78% / 83.9% / 76.1% by channel.

Is #c7d6c2 a light or a dark color?

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

Should I use black or white text on #c7d6c2?

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

What is the complementary color of #c7d6c2?

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

What colors go well with #c7d6c2?

For interface work: #F7F9F6 as the surface, #D2DECE for borders, #68895C for secondary text, #664E7E as an accent and #3A4C33 for hover and pressed states. For a palette, the analogous pair #D1D6C2 and #C2D6C7 stays calm, while #D1C2D6 is the loudest partner.

What is #c7d6c2 in CMYK for printing?

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

Is #c7d6c2 warm or cool?

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

Work with #c7d6c2 in the Color Lab