Skip to content

#b3f3db

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

RGB
179, 243, 219
HSL
158°, 73%, 83%
CMYK
26, 0, 10, 5
Luminance
0.7880

At a glance

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

Hex
#b3f3db
Hue
158°
green
Saturation
73%
vivid
Lightness
83%
light
Brightness
95%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7880
WCAG relative
Temperature
Cool
78/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
16.76:1
Closest name
Aqua Marine
ΔE2000 8.1
Where it sits
Hue158° of 360°
Saturation73%
Lightness83%
Temperature
Warm ← → Cool78% 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#b3f3db
RGBrgb(179, 243, 219)
HSLhsl(158, 73%, 83%)
CMYKcmyk(26%, 0%, 10%, 5%)
LABlab(91.1 -24.9 5.1)
LCHlch(91.1 25.4 168.4)
OKLCHoklch(0.914 0.072 169.5)
Decimal11793371
Display P3color(display-p3 0.702 0.953 0.859)

Copy-ready code

/* CSS */
color: #b3f3db;
background-color: #b3f3db;
/* Tailwind (arbitrary) */
class="text-[#b3f3db] bg-[#b3f3db]"
/* SCSS */
$brand: #b3f3db;
/* SwiftUI */
Color(red: 0.702, green: 0.953, blue: 0.859)
/* Android */
Color.parseColor("#b3f3db")
/* Flutter */
Color(0xFFB3F3DB)
/* Python / OpenCV (BGR) */
(219, 243, 179)

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

Accessibility — WCAG contrast

Aa
#b3f3db on white: 1.25:1
AA ✗ fail · AA-large · AAA
Aa
#b3f3db on black: 16.76:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EFEADA
deuteranopia · #E4E2DD
tritanopia · #A4F4EC

Color scale — 50 to 950

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

#F3FCF8
#E7F8F2
#b3f3db
#9EF0D1
#6EE8BA
#3DE0A3
#21D391
#1CB079
#168D60
#146647
#0D402D
Base = 200Lightest = 50 · #F3FCF8Darkest = 950 · #0D402D
:root {
  --brand-50: #F3FCF8;
  --brand-100: #E7F8F2;
  --brand-200: #b3f3db;
  --brand-300: #9EF0D1;
  --brand-400: #6EE8BA;
  --brand-500: #3DE0A3;
  --brand-600: #21D391;
  --brand-700: #1CB079;
  --brand-800: #168D60;
  --brand-900: #146647;
  --brand-950: #0D402D;
  --brand: #b3f3db;
  --brand-ink: #000000;
}

Colors that work with #b3f3db

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#F4FAF8
Tinted page background
Border#C0EDDC
Hairlines and dividers
Muted text#4B9B7D
Captions on the surface
Accent#B51779
Second voice, not a rival
Dark variant#116E4B
Hover, pressed, headers
Light variant#E9FCF5
Selected rows, tints
Dark surface#14241E
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 #b3f3db

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#F3B3CB
Analogous left#B3F3BB
Analogous right#B3EBF3
Split-complement 1#F3B3EB
Split-complement 2#F3BBB3
Triadic 1#DBB3F3
Triadic 2#F3DBB3
Tetradic#BBB3F3

RGB percentages

Red70.2%
Green95.3%
Blue85.9%

CMYK percentages

Cyan26.3%
Magenta0.0%
Yellow9.9%
Key (black)4.7%

Color previews

#b3f3db text on a black background

contrast 16.76:1

Card sample

#b3f3db text on a white background

contrast 1.25:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b3f3db

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.

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

#b3f3db, answered

What color is #b3f3db?

#b3f3db is a light vivid green, closest to Aqua Marine (ΔE2000 8.1). It sits at 158° on the hue wheel with 73% saturation and 83% lightness, which reads as cool.

What is the RGB value of #b3f3db?

rgb(179, 243, 219) — 179 red, 243 green and 219 blue out of 255, or 70.2% / 95.3% / 85.9% by channel.

Is #b3f3db a light or a dark color?

It is a light color. Relative luminance is 0.7880 and perceived brightness is 87%, so black text on it reaches 16.76:1.

Should I use black or white text on #b3f3db?

Black. It scores 16.76:1 against #b3f3db, versus 1.25:1 for white — AAA at any size.

What is the complementary color of #b3f3db?

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

What colors go well with #b3f3db?

For interface work: #F4FAF8 as the surface, #C0EDDC for borders, #4B9B7D for secondary text, #B51779 as an accent and #116E4B for hover and pressed states. For a palette, the analogous pair #B3F3BB and #B3EBF3 stays calm, while #F3B3CB is the loudest partner.

What is #b3f3db in CMYK for printing?

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

Is #b3f3db warm or cool?

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

Work with #b3f3db in the Color Lab