#bbf3df
a light, vivid green · cool · closest name: beige
RGB
187, 243, 223
HSL
159°, 70%, 84%
CMYK
23, 0, 8, 5
Luminance
0.7999
Every format
| HEX | #bbf3df |
| RGB | rgb(187, 243, 223) |
| HSL | hsl(159, 70%, 84%) |
| CMYK | cmyk(23%, 0%, 8%, 5%) |
| LAB | lab(91.7 -21.7 3.9) |
| LCH | lch(91.7 22.0 169.9) |
| OKLCH | oklch(0.920 0.063 171.0) |
Copy-ready code
/* CSS */
color: #bbf3df;
background-color: #bbf3df;
/* Tailwind (arbitrary) */
class="text-[#bbf3df] bg-[#bbf3df]"
/* SCSS */
$brand: #bbf3df;
/* SwiftUI */
Color(red: 0.733, green: 0.953, blue: 0.875)
/* Android */
Color.parseColor("#bbf3df")Accessibility — WCAG contrast
Aa
#bbf3df on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbf3df on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green95.3%
Blue87.5%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow8.2%
Key (black)4.7%
Color previews
#bbf3df text on a black background
contrast 17.00:1
Card sample
#bbf3df text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbf3df;
Background color
Panel with #bbf3df background
background-color: #bbf3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbf3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 243, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 243, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbf3df; background: linear-gradient(135deg, #bbf3df, #BBE2F3);