#bbe3df
a light, soft cyan · cool · closest name: silver
RGB
187, 227, 223
HSL
174°, 42%, 81%
CMYK
18, 0, 2, 11
Luminance
0.7083
Every format
| HEX | #bbe3df |
| RGB | rgb(187, 227, 223) |
| HSL | hsl(174, 42%, 81%) |
| CMYK | cmyk(18%, 0%, 2%, 11%) |
| LAB | lab(87.4 -13.8 -2.4) |
| LCH | lch(87.4 13.9 189.8) |
| OKLCH | oklch(0.886 0.042 189.0) |
Copy-ready code
/* CSS */
color: #bbe3df;
background-color: #bbe3df;
/* Tailwind (arbitrary) */
class="text-[#bbe3df] bg-[#bbe3df]"
/* SCSS */
$brand: #bbe3df;
/* SwiftUI */
Color(red: 0.733, green: 0.890, blue: 0.875)
/* Android */
Color.parseColor("#bbe3df")Accessibility — WCAG contrast
Aa
#bbe3df on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbe3df on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green89.0%
Blue87.5%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow1.8%
Key (black)11.0%
Color previews
#bbe3df text on a black background
contrast 15.17:1
Card sample
#bbe3df text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbe3df;
Background color
Panel with #bbe3df background
background-color: #bbe3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbe3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 227, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 227, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbe3df; background: linear-gradient(135deg, #bbe3df, #BBCCE3);