Skip to content

#c7f5ba

a light, vivid green · neutral · closest name: Pale Green

RGB
199, 245, 186
HSL
107°, 75%, 85%
CMYK
19, 0, 24, 4
Luminance
0.8099

At a glance

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

Hex
#c7f5ba
Hue
107°
green
Saturation
75%
vivid
Lightness
85%
light
Brightness
96%
HSV value
Perceived
89%
weighted brightness
Luminance
0.8099
WCAG relative
Temperature
Neutral
57/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
17.20:1
Closest name
Pale Green
ΔE2000 8.8
Where it sits
Hue107° of 360°
Saturation75%
Lightness85%
Temperature
Warm ← → Cool57% 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#c7f5ba
RGBrgb(199, 245, 186)
HSLhsl(107, 75%, 85%)
CMYKcmyk(19%, 0%, 24%, 4%)
LABlab(92.1 -25.4 23.7)
LCHlch(92.1 34.7 137.0)
OKLCHoklch(0.923 0.092 138.8)
Decimal13104570
Display P3color(display-p3 0.780 0.961 0.729)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#c7f5ba on white: 1.22:1
AA ✗ fail · AA-large · AAA
Aa
#c7f5ba on black: 17.20:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F9EBB6
deuteranopia · #F1E7BD
tritanopia · #C5F1E5

Color scale — 50 to 950

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

#F5FCF3
#EBF9E7
#c7f5ba
#AFF19D
#88EA6C
#60E33B
#47D61F
#3BB21A
#2F8F15
#266713
#18410C
Base = 200Lightest = 50 · #F5FCF3Darkest = 950 · #18410C
:root {
  --brand-50: #F5FCF3;
  --brand-100: #EBF9E7;
  --brand-200: #c7f5ba;
  --brand-300: #AFF19D;
  --brand-400: #88EA6C;
  --brand-500: #60E33B;
  --brand-600: #47D61F;
  --brand-700: #3BB21A;
  --brand-800: #2F8F15;
  --brand-900: #266713;
  --brand-950: #18410C;
  --brand: #c7f5ba;
  --brand-ink: #000000;
}

Colors that work with #c7f5ba

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#F6FAF4
Tinted page background
Border#CAEDC0
Hairlines and dividers
Muted text#5C9B4B
Captions on the surface
Accent#6A15B7
Second voice, not a rival
Dark variant#256F10
Hover, pressed, headers
Light variant#EDFCE9
Selected rows, tints
Dark surface#172414
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 #c7f5ba

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#E8BAF5
Analogous left#E4F5BA
Analogous right#BAF5CA
Split-complement 1#CABAF5
Split-complement 2#F5BAE4
Triadic 1#BAC7F5
Triadic 2#F5BAC7
Tetradic#BAE4F5

RGB percentages

Red78.0%
Green96.1%
Blue72.9%

CMYK percentages

Cyan18.8%
Magenta0.0%
Yellow24.1%
Key (black)3.9%

Color previews

#c7f5ba text on a black background

contrast 17.20:1

Card sample

#c7f5ba text on a white background

contrast 1.22:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c7f5ba

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.

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

#c7f5ba, answered

What color is #c7f5ba?

#c7f5ba is a light vivid green, closest to Pale Green (ΔE2000 8.8). It sits at 107° on the hue wheel with 75% saturation and 85% lightness, which reads as neutral.

What is the RGB value of #c7f5ba?

rgb(199, 245, 186) — 199 red, 245 green and 186 blue out of 255, or 78% / 96.1% / 72.9% by channel.

Is #c7f5ba a light or a dark color?

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

Should I use black or white text on #c7f5ba?

Black. It scores 17.20:1 against #c7f5ba, versus 1.22:1 for white — AAA at any size.

What is the complementary color of #c7f5ba?

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

What colors go well with #c7f5ba?

For interface work: #F6FAF4 as the surface, #CAEDC0 for borders, #5C9B4B for secondary text, #6A15B7 as an accent and #256F10 for hover and pressed states. For a palette, the analogous pair #E4F5BA and #BAF5CA stays calm, while #E8BAF5 is the loudest partner.

What is #c7f5ba in CMYK for printing?

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

Is #c7f5ba warm or cool?

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

Work with #c7f5ba in the Color Lab