Skip to content

#c2d2c3

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

RGB
194, 210, 195
HSL
124°, 15%, 79%
CMYK
8, 0, 7, 18
Luminance
0.6150

At a glance

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

Hex
#c2d2c3
Hue
124°
green
Saturation
15%
soft
Lightness
79%
light
Brightness
82%
HSV value
Perceived
80%
weighted brightness
Luminance
0.6150
WCAG relative
Temperature
Neutral
56/100 cool
Color family
Green
Tone
Soft
Best ink
Black
13.30:1
Closest name
Honey Dew
ΔE2000 9.9
Where it sits
Hue124° of 360°
Saturation15%
Lightness79%
Temperature
Warm ← → Cool56% 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#c2d2c3
RGBrgb(194, 210, 195)
HSLhsl(124, 15%, 79%)
CMYKcmyk(8%, 0%, 7%, 18%)
LABlab(82.7 -8.2 5.6)
LCHlch(82.7 9.9 145.7)
OKLCHoklch(0.847 0.027 147.1)
Decimal12767939
Display P3color(display-p3 0.761 0.824 0.765)

Copy-ready code

/* CSS */
color: #c2d2c3;
background-color: #c2d2c3;
/* Tailwind (arbitrary) */
class="text-[#c2d2c3] bg-[#c2d2c3]"
/* SCSS */
$brand: #c2d2c3;
/* SwiftUI */
Color(red: 0.761, green: 0.824, blue: 0.765)
/* Android */
Color.parseColor("#c2d2c3")
/* Flutter */
Color(0xFFC2D2C3)
/* Python / OpenCV (BGR) */
(195, 210, 194)

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

Accessibility — WCAG contrast

Aa
#c2d2c3 on white: 1.58:1
AA ✗ fail · AA-large · AAA
Aa
#c2d2c3 on black: 13.30:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D3CFC2
deuteranopia · #D0CDC4
tritanopia · #C1D1CE

Color scale — 50 to 950

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

#F6F8F7
#EEF2EE
#D9E2DA
#c2d2c3
#9EB8A0
#7EA080
#688D6A
#577559
#455E47
#354636
#212C22
Base = 300Lightest = 50 · #F6F8F7Darkest = 950 · #212C22
:root {
  --brand-50: #F6F8F7;
  --brand-100: #EEF2EE;
  --brand-200: #D9E2DA;
  --brand-300: #c2d2c3;
  --brand-400: #9EB8A0;
  --brand-500: #7EA080;
  --brand-600: #688D6A;
  --brand-700: #577559;
  --brand-800: #455E47;
  --brand-900: #354636;
  --brand-950: #212C22;
  --brand: #c2d2c3;
  --brand-ink: #000000;
}

Colors that work with #c2d2c3

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#F6F9F6
Tinted page background
Border#D0DCD1
Hairlines and dividers
Muted text#618464
Captions on the surface
Accent#725379
Second voice, not a rival
Dark variant#364937
Hover, pressed, headers
Light variant#F0F4F1
Selected rows, tints
Dark surface#182018
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 #c2d2c3

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#D2C2D1
Analogous left#C9D2C2
Analogous right#C2D2CB
Split-complement 1#CBC2D2
Split-complement 2#D2C2C9
Triadic 1#C3C2D2
Triadic 2#D2C3C2
Tetradic#C2C9D2

RGB percentages

Red76.1%
Green82.4%
Blue76.5%

CMYK percentages

Cyan7.6%
Magenta0.0%
Yellow7.1%
Key (black)17.6%

Color previews

#c2d2c3 text on a black background

contrast 13.30:1

Card sample

#c2d2c3 text on a white background

contrast 1.58:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c2d2c3

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.

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

#c2d2c3, answered

What color is #c2d2c3?

#c2d2c3 is a light soft green, closest to Honey Dew (ΔE2000 9.9). It sits at 124° on the hue wheel with 15% saturation and 79% lightness, which reads as neutral.

What is the RGB value of #c2d2c3?

rgb(194, 210, 195) — 194 red, 210 green and 195 blue out of 255, or 76.1% / 82.4% / 76.5% by channel.

Is #c2d2c3 a light or a dark color?

It is a light color. Relative luminance is 0.6150 and perceived brightness is 80%, so black text on it reaches 13.30:1.

Should I use black or white text on #c2d2c3?

Black. It scores 13.30:1 against #c2d2c3, versus 1.58:1 for white — AAA at any size.

What is the complementary color of #c2d2c3?

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

What colors go well with #c2d2c3?

For interface work: #F6F9F6 as the surface, #D0DCD1 for borders, #618464 for secondary text, #725379 as an accent and #364937 for hover and pressed states. For a palette, the analogous pair #C9D2C2 and #C2D2CB stays calm, while #D2C2D1 is the loudest partner.

What is #c2d2c3 in CMYK for printing?

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

Is #c2d2c3 warm or cool?

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

Work with #c2d2c3 in the Color Lab