#bbe5df
a light, soft cyan · cool · closest name: silver
RGB
187, 229, 223
HSL
171°, 45%, 82%
CMYK
18, 0, 3, 10
Luminance
0.7193
Every format
| HEX | #bbe5df |
| RGB | rgb(187, 229, 223) |
| HSL | hsl(171, 45%, 82%) |
| CMYK | cmyk(18%, 0%, 3%, 10%) |
| LAB | lab(87.9 -14.8 -1.6) |
| LCH | lch(87.9 14.8 186.1) |
| OKLCH | oklch(0.890 0.044 185.8) |
Copy-ready code
/* CSS */
color: #bbe5df;
background-color: #bbe5df;
/* Tailwind (arbitrary) */
class="text-[#bbe5df] bg-[#bbe5df]"
/* SCSS */
$brand: #bbe5df;
/* SwiftUI */
Color(red: 0.733, green: 0.898, blue: 0.875)
/* Android */
Color.parseColor("#bbe5df")Accessibility — WCAG contrast
Aa
#bbe5df on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbe5df on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green89.8%
Blue87.5%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow2.6%
Key (black)10.2%
Color previews
#bbe5df text on a black background
contrast 15.39:1
Card sample
#bbe5df text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbe5df;
Background color
Panel with #bbe5df background
background-color: #bbe5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbe5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 229, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 229, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbe5df; background: linear-gradient(135deg, #bbe5df, #BBCFE5);