Skip to content

#c3f7db

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

RGB
195, 247, 219
HSL
148°, 77%, 87%
CMYK
21, 0, 11, 3
Luminance
0.8324

At a glance

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

Hex
#c3f7db
Hue
148°
green
Saturation
77%
electric
Lightness
87%
pale
Brightness
97%
HSV value
Perceived
90%
weighted brightness
Luminance
0.8324
WCAG relative
Temperature
Cool
74/100 cool
Color family
Green
Tone
Electric
Best ink
Black
17.65:1
Closest name
Aqua Marine
ΔE2000 9.6
Where it sits
Hue148° of 360°
Saturation77%
Lightness87%
Temperature
Warm ← → Cool74% 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#c3f7db
RGBrgb(195, 247, 219)
HSLhsl(148, 77%, 87%)
CMYKcmyk(21%, 0%, 11%, 3%)
LABlab(93.1 -21.9 8.1)
LCHlch(93.1 23.4 159.8)
OKLCHoklch(0.933 0.065 161.3)
Decimal12842971
Display P3color(display-p3 0.765 0.969 0.859)

Copy-ready code

/* CSS */
color: #c3f7db;
background-color: #c3f7db;
/* Tailwind (arbitrary) */
class="text-[#c3f7db] bg-[#c3f7db]"
/* SCSS */
$brand: #c3f7db;
/* SwiftUI */
Color(red: 0.765, green: 0.969, blue: 0.859)
/* Android */
Color.parseColor("#c3f7db")
/* Flutter */
Color(0xFFC3F7DB)
/* Python / OpenCV (BGR) */
(219, 247, 195)

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

Accessibility — WCAG contrast

Aa
#c3f7db on white: 1.19:1
AA ✗ fail · AA-large · AAA
Aa
#c3f7db on black: 17.65:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F5EFDA
deuteranopia · #ECE9DD
tritanopia · #B9F7EF

Color scale — 50 to 950

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

#F3FCF7
#E7F9EF
#c3f7db
#9CF2C4
#6AEBA6
#39E588
#1DD873
#18B460
#13904D
#12683A
#0B4124
Base = 200Lightest = 50 · #F3FCF7Darkest = 950 · #0B4124
:root {
  --brand-50: #F3FCF7;
  --brand-100: #E7F9EF;
  --brand-200: #c3f7db;
  --brand-300: #9CF2C4;
  --brand-400: #6AEBA6;
  --brand-500: #39E588;
  --brand-600: #1DD873;
  --brand-700: #18B460;
  --brand-800: #13904D;
  --brand-900: #12683A;
  --brand-950: #0B4124;
  --brand: #c3f7db;
  --brand-ink: #000000;
}

Colors that work with #c3f7db

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#F4FAF7
Tinted page background
Border#C0EDD4
Hairlines and dividers
Muted text#4B9B70
Captions on the surface
Accent#B71596
Second voice, not a rival
Dark variant#0F713C
Hover, pressed, headers
Light variant#E8FCF2
Selected rows, tints
Dark surface#14241B
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 #c3f7db

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#F7C3DF
Analogous left#C5F7C3
Analogous right#C3F7F5
Split-complement 1#F5C3F7
Split-complement 2#F7C3C5
Triadic 1#DBC3F7
Triadic 2#F7DBC3
Tetradic#C3C5F7

RGB percentages

Red76.5%
Green96.9%
Blue85.9%

CMYK percentages

Cyan21.1%
Magenta0.0%
Yellow11.3%
Key (black)3.1%

Color previews

#c3f7db text on a black background

contrast 17.65:1

Card sample

#c3f7db text on a white background

contrast 1.19:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c3f7db

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.

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

#c3f7db, answered

What color is #c3f7db?

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

What is the RGB value of #c3f7db?

rgb(195, 247, 219) — 195 red, 247 green and 219 blue out of 255, or 76.5% / 96.9% / 85.9% by channel.

Is #c3f7db a light or a dark color?

It is a light color. Relative luminance is 0.8324 and perceived brightness is 90%, so black text on it reaches 17.65:1.

Should I use black or white text on #c3f7db?

Black. It scores 17.65:1 against #c3f7db, versus 1.19:1 for white — AAA at any size.

What is the complementary color of #c3f7db?

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

What colors go well with #c3f7db?

For interface work: #F4FAF7 as the surface, #C0EDD4 for borders, #4B9B70 for secondary text, #B71596 as an accent and #0F713C for hover and pressed states. For a palette, the analogous pair #C5F7C3 and #C3F7F5 stays calm, while #F7C3DF is the loudest partner.

What is #c3f7db in CMYK for printing?

cmyk(21%, 0%, 11%, 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 #c3f7db warm or cool?

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

Work with #c3f7db in the Color Lab