#bbf8df
a pale, electric green · cool · closest name: beige
RGB
187, 248, 223
HSL
155°, 81%, 85%
CMYK
25, 0, 10, 3
Luminance
0.8303
Every format
| HEX | #bbf8df |
| RGB | rgb(187, 248, 223) |
| HSL | hsl(155, 81%, 85%) |
| CMYK | cmyk(25%, 0%, 10%, 3%) |
| LAB | lab(93.0 -24.1 5.8) |
| LCH | lch(93.0 24.8 166.5) |
| OKLCH | oklch(0.931 0.070 167.7) |
Copy-ready code
/* CSS */
color: #bbf8df;
background-color: #bbf8df;
/* Tailwind (arbitrary) */
class="text-[#bbf8df] bg-[#bbf8df]"
/* SCSS */
$brand: #bbf8df;
/* SwiftUI */
Color(red: 0.733, green: 0.973, blue: 0.875)
/* Android */
Color.parseColor("#bbf8df")Accessibility — WCAG contrast
Aa
#bbf8df on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbf8df on black: 17.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green97.3%
Blue87.5%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow10.1%
Key (black)2.7%
Color previews
#bbf8df text on a black background
contrast 17.61:1
Card sample
#bbf8df text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbf8df;
Background color
Panel with #bbf8df background
background-color: #bbf8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbf8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 248, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 248, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbf8df; background: linear-gradient(135deg, #bbf8df, #BBE8F8);