Skip to content

#c0eecc

a light, vivid green · cool · closest name: Aqua Marine

RGB
192, 238, 204
HSL
136°, 58%, 84%
CMYK
19, 0, 14, 7
Luminance
0.7672

At a glance

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

Hex
#c0eecc
Hue
136°
green
Saturation
58%
vivid
Lightness
84%
light
Brightness
93%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7672
WCAG relative
Temperature
Cool
69/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
16.34:1
Closest name
Aqua Marine
ΔE2000 10.5
Where it sits
Hue136° of 360°
Saturation58%
Lightness84%
Temperature
Warm ← → Cool69% 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#c0eecc
RGBrgb(192, 238, 204)
HSLhsl(136, 58%, 84%)
CMYKcmyk(19%, 0%, 14%, 7%)
LABlab(90.2 -21.3 11.6)
LCHlch(90.2 24.3 151.3)
OKLCHoklch(0.908 0.066 153.0)
Decimal12644044
Display P3color(display-p3 0.753 0.933 0.800)

Copy-ready code

/* CSS */
color: #c0eecc;
background-color: #c0eecc;
/* Tailwind (arbitrary) */
class="text-[#c0eecc] bg-[#c0eecc]"
/* SCSS */
$brand: #c0eecc;
/* SwiftUI */
Color(red: 0.753, green: 0.933, blue: 0.800)
/* Android */
Color.parseColor("#c0eecc")
/* Flutter */
Color(0xFFC0EECC)
/* Python / OpenCV (BGR) */
(204, 238, 192)

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

Accessibility — WCAG contrast

Aa
#c0eecc on white: 1.28:1
AA ✗ fail · AA-large · AAA
Aa
#c0eecc on black: 16.34:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EEE6CA
deuteranopia · #E6E1CE
tritanopia · #BAEDE4

Color scale — 50 to 950

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

#F4FBF6
#E9F7EC
#c0eecc
#A7E7B8
#7ADB94
#4ECF70
#34C159
#2BA14A
#23813B
#1D5E2E
#123A1D
Base = 200Lightest = 50 · #F4FBF6Darkest = 950 · #123A1D
:root {
  --brand-50: #F4FBF6;
  --brand-100: #E9F7EC;
  --brand-200: #c0eecc;
  --brand-300: #A7E7B8;
  --brand-400: #7ADB94;
  --brand-500: #4ECF70;
  --brand-600: #34C159;
  --brand-700: #2BA14A;
  --brand-800: #23813B;
  --brand-900: #1D5E2E;
  --brand-950: #123A1D;
  --brand: #c0eecc;
  --brand-ink: #000000;
}

Colors that work with #c0eecc

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#F4FAF6
Tinted page background
Border#C0EDCC
Hairlines and dividers
Muted text#4B9B60
Captions on the surface
Accent#A626A3
Second voice, not a rival
Dark variant#1B642E
Hover, pressed, headers
Light variant#EBFAEF
Selected rows, tints
Dark surface#142418
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 #c0eecc

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#EEC0E2
Analogous left#CBEEC0
Analogous right#C0EEE3
Split-complement 1#E3C0EE
Split-complement 2#EEC0CB
Triadic 1#CCC0EE
Triadic 2#EECCC0
Tetradic#C0CBEE

RGB percentages

Red75.3%
Green93.3%
Blue80.0%

CMYK percentages

Cyan19.3%
Magenta0.0%
Yellow14.3%
Key (black)6.7%

Color previews

#c0eecc text on a black background

contrast 16.34:1

Card sample

#c0eecc text on a white background

contrast 1.28:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c0eecc

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.

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

#c0eecc, answered

What color is #c0eecc?

#c0eecc is a light vivid green, closest to Aqua Marine (ΔE2000 10.5). It sits at 136° on the hue wheel with 58% saturation and 84% lightness, which reads as cool.

What is the RGB value of #c0eecc?

rgb(192, 238, 204) — 192 red, 238 green and 204 blue out of 255, or 75.3% / 93.3% / 80% by channel.

Is #c0eecc a light or a dark color?

It is a light color. Relative luminance is 0.7672 and perceived brightness is 87%, so black text on it reaches 16.34:1.

Should I use black or white text on #c0eecc?

Black. It scores 16.34:1 against #c0eecc, versus 1.28:1 for white — AAA at any size.

What is the complementary color of #c0eecc?

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

What colors go well with #c0eecc?

For interface work: #F4FAF6 as the surface, #C0EDCC for borders, #4B9B60 for secondary text, #A626A3 as an accent and #1B642E for hover and pressed states. For a palette, the analogous pair #CBEEC0 and #C0EEE3 stays calm, while #EEC0E2 is the loudest partner.

What is #c0eecc in CMYK for printing?

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

Is #c0eecc warm or cool?

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

Work with #c0eecc in the Color Lab