#bdf5e1
a pale, vivid green · cool · closest name: beige
RGB
189, 245, 225
HSL
159°, 74%, 85%
CMYK
23, 0, 8, 4
Luminance
0.8156
Every format
| HEX | #bdf5e1 |
| RGB | rgb(189, 245, 225) |
| HSL | hsl(159, 74%, 85%) |
| CMYK | cmyk(23%, 0%, 8%, 4%) |
| LAB | lab(92.4 -21.7 3.9) |
| LCH | lch(92.4 22.0 169.9) |
| OKLCH | oklch(0.926 0.063 171.0) |
Copy-ready code
/* CSS */
color: #bdf5e1;
background-color: #bdf5e1;
/* Tailwind (arbitrary) */
class="text-[#bdf5e1] bg-[#bdf5e1]"
/* SCSS */
$brand: #bdf5e1;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.882)
/* Android */
Color.parseColor("#bdf5e1")Accessibility — WCAG contrast
Aa
#bdf5e1 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf5e1 on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue88.2%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow8.2%
Key (black)3.9%
Color previews
#bdf5e1 text on a black background
contrast 17.31:1
Card sample
#bdf5e1 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf5e1;
Background color
Panel with #bdf5e1 background
background-color: #bdf5e1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf5e1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf5e1; background: linear-gradient(135deg, #bdf5e1, #BDE4F5);