Skip to content

#b3d2c2

a light, soft green · cool · closest name: Powder Blue

RGB
179, 210, 194
HSL
149°, 26%, 76%
CMYK
15, 0, 8, 18
Luminance
0.5957

At a glance

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

Hex
#b3d2c2
Hue
149°
green
Saturation
26%
soft
Lightness
76%
light
Brightness
82%
HSV value
Perceived
78%
weighted brightness
Luminance
0.5957
WCAG relative
Temperature
Cool
68/100 cool
Color family
Green
Tone
Soft
Best ink
Black
12.91:1
Closest name
Powder Blue
ΔE2000 10.1
Where it sits
Hue149° of 360°
Saturation26%
Lightness76%
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#b3d2c2
RGBrgb(179, 210, 194)
HSLhsl(149, 26%, 76%)
CMYKcmyk(15%, 0%, 8%, 18%)
LABlab(81.6 -13.4 4.5)
LCHlch(81.6 14.2 161.5)
OKLCHoklch(0.837 0.040 163.0)
Decimal11784898
Display P3color(display-p3 0.702 0.824 0.761)

Copy-ready code

/* CSS */
color: #b3d2c2;
background-color: #b3d2c2;
/* Tailwind (arbitrary) */
class="text-[#b3d2c2] bg-[#b3d2c2]"
/* SCSS */
$brand: #b3d2c2;
/* SwiftUI */
Color(red: 0.702, green: 0.824, blue: 0.761)
/* Android */
Color.parseColor("#b3d2c2")
/* Flutter */
Color(0xFFB3D2C2)
/* Python / OpenCV (BGR) */
(194, 210, 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 #b3d2c2 · 12.91:1
Use #000000AAA at every size.
Aa
White text · 1.63:1
AA fail · AA large fail · AAA fail
Aa
Black text · 12.91:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #b3d2c2 as text scores 1.63:1 on white and 12.91:1 on black.

Accessibility — WCAG contrast

Aa
#b3d2c2 on white: 1.63:1
AA ✗ fail · AA-large · AAA
Aa
#b3d2c2 on black: 12.91:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D1CDC1
deuteranopia · #CBC9C3
tritanopia · #ADD2CD

Color scale — 50 to 950

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

#F6F9F7
#EDF3F0
#D6E5DE
#b3d2c2
#95C0AA
#72AC8E
#5B9A79
#4C8065
#3D6651
#2F4C3D
#1D2F26
Base = 300Lightest = 50 · #F6F9F7Darkest = 950 · #1D2F26
:root {
  --brand-50: #F6F9F7;
  --brand-100: #EDF3F0;
  --brand-200: #D6E5DE;
  --brand-300: #b3d2c2;
  --brand-400: #95C0AA;
  --brand-500: #72AC8E;
  --brand-600: #5B9A79;
  --brand-700: #4C8065;
  --brand-800: #3D6651;
  --brand-900: #2F4C3D;
  --brand-950: #1D2F26;
  --brand: #b3d2c2;
  --brand-ink: #000000;
}

Colors that work with #b3d2c2

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#F5F9F7
Tinted page background
Border#CCE1D6
Hairlines and dividers
Muted text#559072
Captions on the surface
Accent#834976
Second voice, not a rival
Dark variant#2F503F
Hover, pressed, headers
Light variant#EFF6F2
Selected rows, tints
Dark surface#15231C
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 #b3d2c2

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Charts, tags and secondary surfaces
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • 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#D2B3C3
Analogous left#B4D2B3
Analogous right#B3D2D2
Split-complement 1#D2B3D2
Split-complement 2#D2B3B4
Triadic 1#C2B3D2
Triadic 2#D2C2B3
Tetradic#B3B4D2

RGB percentages

Red70.2%
Green82.4%
Blue76.1%

CMYK percentages

Cyan14.8%
Magenta0.0%
Yellow7.6%
Key (black)17.6%

Color previews

#b3d2c2 text on a black background

contrast 12.91:1

Card sample

#b3d2c2 text on a white background

contrast 1.63:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b3d2c2

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.

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

#b3d2c2, answered

What color is #b3d2c2?

#b3d2c2 is a light soft green, closest to Powder Blue (ΔE2000 10.1). It sits at 149° on the hue wheel with 26% saturation and 76% lightness, which reads as cool.

What is the RGB value of #b3d2c2?

rgb(179, 210, 194) — 179 red, 210 green and 194 blue out of 255, or 70.2% / 82.4% / 76.1% by channel.

Is #b3d2c2 a light or a dark color?

It is a light color. Relative luminance is 0.5957 and perceived brightness is 78%, so black text on it reaches 12.91:1.

Should I use black or white text on #b3d2c2?

Black. It scores 12.91:1 against #b3d2c2, versus 1.63:1 for white — AAA at any size.

What is the complementary color of #b3d2c2?

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

What colors go well with #b3d2c2?

For interface work: #F5F9F7 as the surface, #CCE1D6 for borders, #559072 for secondary text, #834976 as an accent and #2F503F for hover and pressed states. For a palette, the analogous pair #B4D2B3 and #B3D2D2 stays calm, while #D2B3C3 is the loudest partner.

What is #b3d2c2 in CMYK for printing?

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

Is #b3d2c2 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 #B3D2B7; nudged cooler, #B2D3CE.

Work with #b3d2c2 in the Color Lab