Skip to content

#c6f5cd

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

RGB
198, 245, 205
HSL
129°, 70%, 87%
CMYK
19, 0, 16, 4
Luminance
0.8172

At a glance

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

Hex
#c6f5cd
Hue
129°
green
Saturation
70%
vivid
Lightness
87%
pale
Brightness
96%
HSV value
Perceived
89%
weighted brightness
Luminance
0.8172
WCAG relative
Temperature
Cool
66/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
17.34:1
Closest name
Aqua Marine
ΔE2000 10.5
Where it sits
Hue129° of 360°
Saturation70%
Lightness87%
Temperature
Warm ← → Cool66% 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#c6f5cd
RGBrgb(198, 245, 205)
HSLhsl(129, 70%, 87%)
CMYKcmyk(19%, 0%, 16%, 4%)
LABlab(92.5 -22.6 14.4)
LCHlch(92.5 26.8 147.5)
OKLCHoklch(0.927 0.072 149.1)
Decimal13039053
Display P3color(display-p3 0.776 0.961 0.804)

Copy-ready code

/* CSS */
color: #c6f5cd;
background-color: #c6f5cd;
/* Tailwind (arbitrary) */
class="text-[#c6f5cd] bg-[#c6f5cd]"
/* SCSS */
$brand: #c6f5cd;
/* SwiftUI */
Color(red: 0.776, green: 0.961, blue: 0.804)
/* Android */
Color.parseColor("#c6f5cd")
/* Flutter */
Color(0xFFC6F5CD)
/* Python / OpenCV (BGR) */
(205, 245, 198)

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

Accessibility — WCAG contrast

Aa
#c6f5cd on white: 1.21:1
AA ✗ fail · AA-large · AAA
Aa
#c6f5cd on black: 17.34:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F6EDCB
deuteranopia · #EEE7CF
tritanopia · #C0F3EA

Color scale — 50 to 950

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

#F3FCF4
#E7F8EA
#c6f5cd
#A0EEAB
#70E681
#40DD57
#25D03E
#1EAE34
#188B29
#166521
#0E3F15
Base = 200Lightest = 50 · #F3FCF4Darkest = 950 · #0E3F15
:root {
  --brand-50: #F3FCF4;
  --brand-100: #E7F8EA;
  --brand-200: #c6f5cd;
  --brand-300: #A0EEAB;
  --brand-400: #70E681;
  --brand-500: #40DD57;
  --brand-600: #25D03E;
  --brand-700: #1EAE34;
  --brand-800: #188B29;
  --brand-900: #166521;
  --brand-950: #0E3F15;
  --brand: #c6f5cd;
  --brand-ink: #000000;
}

Colors that work with #c6f5cd

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#F4FAF5
Tinted page background
Border#C0EDC6
Hairlines and dividers
Muted text#4B9B57
Captions on the surface
Accent#A11BB1
Second voice, not a rival
Dark variant#136C20
Hover, pressed, headers
Light variant#E9FBEC
Selected rows, tints
Dark surface#142416
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 #c6f5cd

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#F5C6EE
Analogous left#D7F5C6
Analogous right#C6F5E5
Split-complement 1#E5C6F5
Split-complement 2#F5C6D7
Triadic 1#CDC6F5
Triadic 2#F5CDC6
Tetradic#C6D7F5

RGB percentages

Red77.6%
Green96.1%
Blue80.4%

CMYK percentages

Cyan19.2%
Magenta0.0%
Yellow16.3%
Key (black)3.9%

Color previews

#c6f5cd text on a black background

contrast 17.34:1

Card sample

#c6f5cd text on a white background

contrast 1.21:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(198, 245, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 245, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6f5cd;
background: linear-gradient(135deg, #c6f5cd, #C6F5EC);

Monochromatic scale

Palettes built from #c6f5cd

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.

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

Very light tints can drop out on uncoated stock; check it at 100% size before signing off.

#c6f5cd, answered

What color is #c6f5cd?

#c6f5cd is a pale vivid green, closest to Aqua Marine (ΔE2000 10.5). It sits at 129° on the hue wheel with 70% saturation and 87% lightness, which reads as cool.

What is the RGB value of #c6f5cd?

rgb(198, 245, 205) — 198 red, 245 green and 205 blue out of 255, or 77.6% / 96.1% / 80.4% by channel.

Is #c6f5cd a light or a dark color?

It is a light color. Relative luminance is 0.8172 and perceived brightness is 89%, so black text on it reaches 17.34:1.

Should I use black or white text on #c6f5cd?

Black. It scores 17.34:1 against #c6f5cd, versus 1.21:1 for white — AAA at any size.

What is the complementary color of #c6f5cd?

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

What colors go well with #c6f5cd?

For interface work: #F4FAF5 as the surface, #C0EDC6 for borders, #4B9B57 for secondary text, #A11BB1 as an accent and #136C20 for hover and pressed states. For a palette, the analogous pair #D7F5C6 and #C6F5E5 stays calm, while #F5C6EE is the loudest partner.

What is #c6f5cd in CMYK for printing?

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

Is #c6f5cd warm or cool?

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

Work with #c6f5cd in the Color Lab