#bbf6df
a light, electric green · cool · closest name: beige
RGB
187, 246, 223
HSL
157°, 77%, 85%
CMYK
24, 0, 9, 4
Luminance
0.8180
Every format
| HEX | #bbf6df |
| RGB | rgb(187, 246, 223) |
| HSL | hsl(157, 77%, 85%) |
| CMYK | cmyk(24%, 0%, 9%, 4%) |
| LAB | lab(92.5 -23.1 5.0) |
| LCH | lch(92.5 23.7 167.7) |
| OKLCH | oklch(0.927 0.067 168.9) |
Copy-ready code
/* CSS */
color: #bbf6df;
background-color: #bbf6df;
/* Tailwind (arbitrary) */
class="text-[#bbf6df] bg-[#bbf6df]"
/* SCSS */
$brand: #bbf6df;
/* SwiftUI */
Color(red: 0.733, green: 0.965, blue: 0.875)
/* Android */
Color.parseColor("#bbf6df")Accessibility — WCAG contrast
Aa
#bbf6df on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbf6df on black: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green96.5%
Blue87.5%
CMYK percentages
Cyan24.0%
Magenta0.0%
Yellow9.3%
Key (black)3.5%
Color previews
#bbf6df text on a black background
contrast 17.36:1
Card sample
#bbf6df text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbf6df;
Background color
Panel with #bbf6df background
background-color: #bbf6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbf6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 246, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 246, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbf6df; background: linear-gradient(135deg, #bbf6df, #BBE6F6);