Skip to content

#c1f7cd

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

RGB
193, 247, 205
HSL
133°, 77%, 86%
CMYK
22, 0, 17, 3
Luminance
0.8227

At a glance

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

Hex
#c1f7cd
Hue
133°
green
Saturation
77%
electric
Lightness
86%
pale
Brightness
97%
HSV value
Perceived
89%
weighted brightness
Luminance
0.8227
WCAG relative
Temperature
Cool
68/100 cool
Color family
Green
Tone
Electric
Best ink
Black
17.45:1
Closest name
Aqua Marine
ΔE2000 9.4
Where it sits
Hue133° of 360°
Saturation77%
Lightness86%
Temperature
Warm ← → Cool68% 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#c1f7cd
RGBrgb(193, 247, 205)
HSLhsl(133, 77%, 86%)
CMYKcmyk(22%, 0%, 17%, 3%)
LABlab(92.7 -25.1 14.7)
LCHlch(92.7 29.1 149.7)
OKLCHoklch(0.928 0.079 151.4)
Decimal12711885
Display P3color(display-p3 0.757 0.969 0.804)

Copy-ready code

/* CSS */
color: #c1f7cd;
background-color: #c1f7cd;
/* Tailwind (arbitrary) */
class="text-[#c1f7cd] bg-[#c1f7cd]"
/* SCSS */
$brand: #c1f7cd;
/* SwiftUI */
Color(red: 0.757, green: 0.969, blue: 0.804)
/* Android */
Color.parseColor("#c1f7cd")
/* Flutter */
Color(0xFFC1F7CD)
/* Python / OpenCV (BGR) */
(205, 247, 193)

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

Accessibility — WCAG contrast

Aa
#c1f7cd on white: 1.20:1
AA ✗ fail · AA-large · AAA
Aa
#c1f7cd on black: 17.45:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F8EECB
deuteranopia · #EEE8CF
tritanopia · #BAF5EB

Color scale — 50 to 950

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

#F3FCF5
#E6F9EB
#c1f7cd
#9CF2AF
#6AEC87
#38E55F
#1CD946
#17B53A
#13912F
#126925
#0B4117
Base = 200Lightest = 50 · #F3FCF5Darkest = 950 · #0B4117
:root {
  --brand-50: #F3FCF5;
  --brand-100: #E6F9EB;
  --brand-200: #c1f7cd;
  --brand-300: #9CF2AF;
  --brand-400: #6AEC87;
  --brand-500: #38E55F;
  --brand-600: #1CD946;
  --brand-700: #17B53A;
  --brand-800: #13912F;
  --brand-900: #126925;
  --brand-950: #0B4117;
  --brand: #c1f7cd;
  --brand-ink: #000000;
}

Colors that work with #c1f7cd

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#C0EDCA
Hairlines and dividers
Muted text#4B9B5C
Captions on the surface
Accent#B514B8
Second voice, not a rival
Dark variant#0F7124
Hover, pressed, headers
Light variant#E8FCED
Selected rows, tints
Dark surface#142417
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 #c1f7cd

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#F7C1EB
Analogous left#D0F7C1
Analogous right#C1F7E8
Split-complement 1#E8C1F7
Split-complement 2#F7C1D0
Triadic 1#CDC1F7
Triadic 2#F7CDC1
Tetradic#C1D0F7

RGB percentages

Red75.7%
Green96.9%
Blue80.4%

CMYK percentages

Cyan21.9%
Magenta0.0%
Yellow17.0%
Key (black)3.1%

Color previews

#c1f7cd text on a black background

contrast 17.45:1

Card sample

#c1f7cd text on a white background

contrast 1.20:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c1f7cd

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.

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

#c1f7cd, answered

What color is #c1f7cd?

#c1f7cd is a pale electric green, closest to Aqua Marine (ΔE2000 9.4). It sits at 133° on the hue wheel with 77% saturation and 86% lightness, which reads as cool.

What is the RGB value of #c1f7cd?

rgb(193, 247, 205) — 193 red, 247 green and 205 blue out of 255, or 75.7% / 96.9% / 80.4% by channel.

Is #c1f7cd a light or a dark color?

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

Should I use black or white text on #c1f7cd?

Black. It scores 17.45:1 against #c1f7cd, versus 1.20:1 for white — AAA at any size.

What is the complementary color of #c1f7cd?

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

What colors go well with #c1f7cd?

For interface work: #F4FAF6 as the surface, #C0EDCA for borders, #4B9B5C for secondary text, #B514B8 as an accent and #0F7124 for hover and pressed states. For a palette, the analogous pair #D0F7C1 and #C1F7E8 stays calm, while #F7C1EB is the loudest partner.

What is #c1f7cd in CMYK for printing?

cmyk(22%, 0%, 17%, 3%). 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 #c1f7cd warm or cool?

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

Work with #c1f7cd in the Color Lab