#bbe4df
a light, soft cyan · cool · closest name: silver
RGB
187, 228, 223
HSL
173°, 43%, 81%
CMYK
18, 0, 2, 11
Luminance
0.7138
Every format
| HEX | #bbe4df |
| RGB | rgb(187, 228, 223) |
| HSL | hsl(173, 43%, 81%) |
| CMYK | cmyk(18%, 0%, 2%, 11%) |
| LAB | lab(87.7 -14.3 -2.0) |
| LCH | lch(87.7 14.4 187.9) |
| OKLCH | oklch(0.888 0.043 187.3) |
Copy-ready code
/* CSS */
color: #bbe4df;
background-color: #bbe4df;
/* Tailwind (arbitrary) */
class="text-[#bbe4df] bg-[#bbe4df]"
/* SCSS */
$brand: #bbe4df;
/* SwiftUI */
Color(red: 0.733, green: 0.894, blue: 0.875)
/* Android */
Color.parseColor("#bbe4df")Accessibility — WCAG contrast
Aa
#bbe4df on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbe4df on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green89.4%
Blue87.5%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow2.2%
Key (black)10.6%
Color previews
#bbe4df text on a black background
contrast 15.28:1
Card sample
#bbe4df text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbe4df;
Background color
Panel with #bbe4df background
background-color: #bbe4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbe4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 228, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 228, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbe4df; background: linear-gradient(135deg, #bbe4df, #BBCEE4);