#bbe0df
a light, soft cyan · cool · closest name: silver
RGB
187, 224, 223
HSL
178°, 37%, 81%
CMYK
17, 0, 0, 12
Luminance
0.6920
Every format
| HEX | #bbe0df |
| RGB | rgb(187, 224, 223) |
| HSL | hsl(178, 37%, 81%) |
| CMYK | cmyk(17%, 0%, 0%, 12%) |
| LAB | lab(86.6 -12.2 -3.5) |
| LCH | lch(86.6 12.7 196.1) |
| OKLCH | oklch(0.880 0.039 194.4) |
Copy-ready code
/* CSS */
color: #bbe0df;
background-color: #bbe0df;
/* Tailwind (arbitrary) */
class="text-[#bbe0df] bg-[#bbe0df]"
/* SCSS */
$brand: #bbe0df;
/* SwiftUI */
Color(red: 0.733, green: 0.878, blue: 0.875)
/* Android */
Color.parseColor("#bbe0df")Accessibility — WCAG contrast
Aa
#bbe0df on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbe0df on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green87.8%
Blue87.5%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow0.4%
Key (black)12.2%
Color previews
#bbe0df text on a black background
contrast 14.84:1
Card sample
#bbe0df text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbe0df;
Background color
Panel with #bbe0df background
background-color: #bbe0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbe0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 224, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 224, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbe0df; background: linear-gradient(135deg, #bbe0df, #BBC8E0);