Skip to content

#c7f3cd

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

RGB
199, 243, 205
HSL
128°, 65%, 87%
CMYK
18, 0, 16, 5
Luminance
0.8065

At a glance

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

Hex
#c7f3cd
Hue
128°
green
Saturation
65%
vivid
Lightness
87%
pale
Brightness
95%
HSV value
Perceived
89%
weighted brightness
Luminance
0.8065
WCAG relative
Temperature
Cool
66/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
17.13:1
Closest name
Aqua Marine
ΔE2000 11
Where it sits
Hue128° of 360°
Saturation65%
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#c7f3cd
RGBrgb(199, 243, 205)
HSLhsl(128, 65%, 87%)
CMYKcmyk(18%, 0%, 16%, 5%)
LABlab(92.0 -21.3 13.7)
LCHlch(92.0 25.3 147.2)
OKLCHoklch(0.923 0.068 148.8)
Decimal13104077
Display P3color(display-p3 0.780 0.953 0.804)

Copy-ready code

/* CSS */
color: #c7f3cd;
background-color: #c7f3cd;
/* Tailwind (arbitrary) */
class="text-[#c7f3cd] bg-[#c7f3cd]"
/* SCSS */
$brand: #c7f3cd;
/* SwiftUI */
Color(red: 0.780, green: 0.953, blue: 0.804)
/* Android */
Color.parseColor("#c7f3cd")
/* Flutter */
Color(0xFFC7F3CD)
/* Python / OpenCV (BGR) */
(205, 243, 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 #c7f3cd · 17.13:1
Use #000000AAA at every size.
Aa
White text · 1.23:1
AA fail · AA large fail · AAA fail
Aa
Black text · 17.13:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #c7f3cd as text scores 1.23:1 on white and 17.13:1 on black.

Accessibility — WCAG contrast

Aa
#c7f3cd on white: 1.23:1
AA ✗ fail · AA-large · AAA
Aa
#c7f3cd on black: 17.13:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F4EBCB
deuteranopia · #ECE6CF
tritanopia · #C2F1E8

Color scale — 50 to 950

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

#F3FBF5
#E8F7EA
#c7f3cd
#A3EBAD
#74E183
#46D75A
#2BCA41
#24A836
#1D862B
#196223
#0F3D16
Base = 200Lightest = 50 · #F3FBF5Darkest = 950 · #0F3D16
:root {
  --brand-50: #F3FBF5;
  --brand-100: #E8F7EA;
  --brand-200: #c7f3cd;
  --brand-300: #A3EBAD;
  --brand-400: #74E183;
  --brand-500: #46D75A;
  --brand-600: #2BCA41;
  --brand-700: #24A836;
  --brand-800: #1D862B;
  --brand-900: #196223;
  --brand-950: #0F3D16;
  --brand: #c7f3cd;
  --brand-ink: #000000;
}

Colors that work with #c7f3cd

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#4B9B56
Captions on the surface
Accent#9C21AB
Second voice, not a rival
Dark variant#176922
Hover, pressed, headers
Light variant#EAFAEC
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 #c7f3cd

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#F3C7ED
Analogous left#D7F3C7
Analogous right#C7F3E3
Split-complement 1#E3C7F3
Split-complement 2#F3C7D7
Triadic 1#CDC7F3
Triadic 2#F3CDC7
Tetradic#C7D7F3

RGB percentages

Red78.0%
Green95.3%
Blue80.4%

CMYK percentages

Cyan18.1%
Magenta0.0%
Yellow15.6%
Key (black)4.7%

Color previews

#c7f3cd text on a black background

contrast 17.13:1

Card sample

#c7f3cd text on a white background

contrast 1.23:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c7f3cd

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.

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

#c7f3cd, answered

What color is #c7f3cd?

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

What is the RGB value of #c7f3cd?

rgb(199, 243, 205) — 199 red, 243 green and 205 blue out of 255, or 78% / 95.3% / 80.4% by channel.

Is #c7f3cd a light or a dark color?

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

Should I use black or white text on #c7f3cd?

Black. It scores 17.13:1 against #c7f3cd, versus 1.23:1 for white — AAA at any size.

What is the complementary color of #c7f3cd?

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

What colors go well with #c7f3cd?

For interface work: #F4FAF5 as the surface, #C0EDC6 for borders, #4B9B56 for secondary text, #9C21AB as an accent and #176922 for hover and pressed states. For a palette, the analogous pair #D7F3C7 and #C7F3E3 stays calm, while #F3C7ED is the loudest partner.

What is #c7f3cd in CMYK for printing?

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

Is #c7f3cd 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 #D1F3C7; nudged cooler, #C6F4DD.

Work with #c7f3cd in the Color Lab