Skip to content

#c8fba3

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

RGB
200, 251, 163
HSL
95°, 92%, 81%
CMYK
20, 0, 35, 2
Luminance
0.8392

At a glance

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

Hex
#c8fba3
Hue
95°
green
Saturation
92%
electric
Lightness
81%
light
Brightness
98%
HSV value
Perceived
89%
weighted brightness
Luminance
0.8392
WCAG relative
Temperature
Neutral
52/100 cool
Color family
Green
Tone
Electric
Best ink
Black
17.78:1
Closest name
Pale Green
ΔE2000 6.6
Where it sits
Hue95° of 360°
Saturation92%
Lightness81%
Temperature
Warm ← → Cool52% 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#c8fba3
RGBrgb(200, 251, 163)
HSLhsl(95, 92%, 81%)
CMYKcmyk(20%, 0%, 35%, 2%)
LABlab(93.4 -31.3 37.0)
LCHlch(93.4 48.5 130.2)
OKLCHoklch(0.932 0.126 132.8)
Decimal13171619
Display P3color(display-p3 0.784 0.984 0.639)

Copy-ready code

/* CSS */
color: #c8fba3;
background-color: #c8fba3;
/* Tailwind (arbitrary) */
class="text-[#c8fba3] bg-[#c8fba3]"
/* SCSS */
$brand: #c8fba3;
/* SwiftUI */
Color(red: 0.784, green: 0.984, blue: 0.639)
/* Android */
Color.parseColor("#c8fba3")
/* Flutter */
Color(0xFFC8FBA3)
/* Python / OpenCV (BGR) */
(163, 251, 200)

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

Accessibility — WCAG contrast

Aa
#c8fba3 on white: 1.18:1
AA ✗ fail · AA-large · AAA
Aa
#c8fba3 on black: 17.78:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FFEF9D
deuteranopia · #FAEBA8
tritanopia · #C9F4E5

Color scale — 50 to 950

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

#F6FDF2
#EEFBE4
#DAF9C3
#c8fba3
#9FF85E
#7EF628
#68EB0A
#57C408
#469C07
#35710A
#214706
Base = 300Lightest = 50 · #F6FDF2Darkest = 950 · #214706
:root {
  --brand-50: #F6FDF2;
  --brand-100: #EEFBE4;
  --brand-200: #DAF9C3;
  --brand-300: #c8fba3;
  --brand-400: #9FF85E;
  --brand-500: #7EF628;
  --brand-600: #68EB0A;
  --brand-700: #57C408;
  --brand-800: #469C07;
  --brand-900: #35710A;
  --brand-950: #214706;
  --brand: #c8fba3;
  --brand-ink: #000000;
}

Colors that work with #c8fba3

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#F7FAF4
Tinted page background
Border#D3EDC0
Hairlines and dividers
Muted text#6C9B4B
Captions on the surface
Accent#4404C8
Second voice, not a rival
Dark variant#367A05
Hover, pressed, headers
Light variant#F0FEE7
Selected rows, tints
Dark surface#1B2414
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 #c8fba3

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#D6A3FB
Analogous left#F4FBA3
Analogous right#A3FBAA
Split-complement 1#AAA3FB
Split-complement 2#FBA3F4
Triadic 1#A3C8FB
Triadic 2#FBA3C8
Tetradic#A3F4FB

RGB percentages

Red78.4%
Green98.4%
Blue63.9%

CMYK percentages

Cyan20.3%
Magenta0.0%
Yellow35.1%
Key (black)1.6%

Color previews

#c8fba3 text on a black background

contrast 17.78:1

Card sample

#c8fba3 text on a white background

contrast 1.18:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(200, 251, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 251, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8fba3;
background: linear-gradient(135deg, #c8fba3, #A3FBB9);

Monochromatic scale

Palettes built from #c8fba3

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.

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

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#c8fba3, answered

What color is #c8fba3?

#c8fba3 is a light electric green, closest to Pale Green (ΔE2000 6.6). It sits at 95° on the hue wheel with 92% saturation and 81% lightness, which reads as neutral.

What is the RGB value of #c8fba3?

rgb(200, 251, 163) — 200 red, 251 green and 163 blue out of 255, or 78.4% / 98.4% / 63.9% by channel.

Is #c8fba3 a light or a dark color?

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

Should I use black or white text on #c8fba3?

Black. It scores 17.78:1 against #c8fba3, versus 1.18:1 for white — AAA at any size.

What is the complementary color of #c8fba3?

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

What colors go well with #c8fba3?

For interface work: #F7FAF4 as the surface, #D3EDC0 for borders, #6C9B4B for secondary text, #4404C8 as an accent and #367A05 for hover and pressed states. For a palette, the analogous pair #F4FBA3 and #A3FBAA stays calm, while #D6A3FB is the loudest partner.

What is #c8fba3 in CMYK for printing?

cmyk(20%, 0%, 35%, 2%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #c8fba3 warm or cool?

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

Work with #c8fba3 in the Color Lab