Skip to content

#b7f5dc

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

RGB
183, 245, 220
HSL
156°, 76%, 84%
CMYK
25, 0, 10, 4
Luminance
0.8054

At a glance

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

Hex
#b7f5dc
Hue
156°
green
Saturation
76%
electric
Lightness
84%
light
Brightness
96%
HSV value
Perceived
88%
weighted brightness
Luminance
0.8054
WCAG relative
Temperature
Cool
77/100 cool
Color family
Green
Tone
Electric
Best ink
Black
17.11:1
Closest name
Aqua Marine
ΔE2000 8.3
Where it sits
Hue156° of 360°
Saturation76%
Lightness84%
Temperature
Warm ← → Cool77% 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#b7f5dc
RGBrgb(183, 245, 220)
HSLhsl(156, 76%, 84%)
CMYKcmyk(25%, 0%, 10%, 4%)
LABlab(91.9 -24.5 5.8)
LCHlch(91.9 25.1 166.8)
OKLCHoklch(0.921 0.071 168.0)
Decimal12056028
Display P3color(display-p3 0.718 0.961 0.863)

Copy-ready code

/* CSS */
color: #b7f5dc;
background-color: #b7f5dc;
/* Tailwind (arbitrary) */
class="text-[#b7f5dc] bg-[#b7f5dc]"
/* SCSS */
$brand: #b7f5dc;
/* SwiftUI */
Color(red: 0.718, green: 0.961, blue: 0.863)
/* Android */
Color.parseColor("#b7f5dc")
/* Flutter */
Color(0xFFB7F5DC)
/* Python / OpenCV (BGR) */
(220, 245, 183)

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

Accessibility — WCAG contrast

Aa
#b7f5dc on white: 1.23:1
AA ✗ fail · AA-large · AAA
Aa
#b7f5dc on black: 17.11:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F2EDDB
deuteranopia · #E7E5DE
tritanopia · #A9F6EE

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #b7f5dc 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
#E7F9F1
#b7f5dc
#9CF1CF
#6BEAB7
#3AE49F
#1ED78C
#19B375
#148F5E
#136845
#0C412B
Base = 200Lightest = 50 · #F3FCF8Darkest = 950 · #0C412B
:root {
  --brand-50: #F3FCF8;
  --brand-100: #E7F9F1;
  --brand-200: #b7f5dc;
  --brand-300: #9CF1CF;
  --brand-400: #6BEAB7;
  --brand-500: #3AE49F;
  --brand-600: #1ED78C;
  --brand-700: #19B375;
  --brand-800: #148F5E;
  --brand-900: #136845;
  --brand-950: #0C412B;
  --brand: #b7f5dc;
  --brand-ink: #000000;
}

Colors that work with #b7f5dc

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#C0EDDB
Hairlines and dividers
Muted text#4B9B7B
Captions on the surface
Accent#B8147F
Second voice, not a rival
Dark variant#107049
Hover, pressed, headers
Light variant#E9FCF4
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 #b7f5dc

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#F5B7D0
Analogous left#B7F5BD
Analogous right#B7EFF5
Split-complement 1#F5B7EF
Split-complement 2#F5BDB7
Triadic 1#DCB7F5
Triadic 2#F5DCB7
Tetradic#BDB7F5

RGB percentages

Red71.8%
Green96.1%
Blue86.3%

CMYK percentages

Cyan25.3%
Magenta0.0%
Yellow10.2%
Key (black)3.9%

Color previews

#b7f5dc text on a black background

contrast 17.11:1

Card sample

#b7f5dc text on a white background

contrast 1.23:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(183, 245, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 245, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7f5dc;
background: linear-gradient(135deg, #b7f5dc, #B7E5F5);

Monochromatic scale

Palettes built from #b7f5dc

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.

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

#b7f5dc, answered

What color is #b7f5dc?

#b7f5dc is a light electric green, closest to Aqua Marine (ΔE2000 8.3). It sits at 156° on the hue wheel with 76% saturation and 84% lightness, which reads as cool.

What is the RGB value of #b7f5dc?

rgb(183, 245, 220) — 183 red, 245 green and 220 blue out of 255, or 71.8% / 96.1% / 86.3% by channel.

Is #b7f5dc a light or a dark color?

It is a light color. Relative luminance is 0.8054 and perceived brightness is 88%, so black text on it reaches 17.11:1.

Should I use black or white text on #b7f5dc?

Black. It scores 17.11:1 against #b7f5dc, versus 1.23:1 for white — AAA at any size.

What is the complementary color of #b7f5dc?

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

What colors go well with #b7f5dc?

For interface work: #F4FAF8 as the surface, #C0EDDB for borders, #4B9B7B for secondary text, #B8147F as an accent and #107049 for hover and pressed states. For a palette, the analogous pair #B7F5BD and #B7EFF5 stays calm, while #F5B7D0 is the loudest partner.

What is #b7f5dc in CMYK for printing?

cmyk(25%, 0%, 10%, 4%). 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 #b7f5dc warm or cool?

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

Work with #b7f5dc in the Color Lab