#bbdfd3
a light, soft cyan · cool · closest name: silver
RGB
187, 223, 211
HSL
160°, 36%, 80%
CMYK
16, 0, 5, 13
Luminance
0.6804
Every format
| HEX | #bbdfd3 |
| RGB | rgb(187, 223, 211) |
| HSL | hsl(160, 36%, 80%) |
| CMYK | cmyk(16%, 0%, 5%, 13%) |
| LAB | lab(86.0 -14.1 1.9) |
| LCH | lch(86.0 14.3 172.2) |
| OKLCH | oklch(0.874 0.041 173.1) |
Copy-ready code
/* CSS */
color: #bbdfd3;
background-color: #bbdfd3;
/* Tailwind (arbitrary) */
class="text-[#bbdfd3] bg-[#bbdfd3]"
/* SCSS */
$brand: #bbdfd3;
/* SwiftUI */
Color(red: 0.733, green: 0.875, blue: 0.827)
/* Android */
Color.parseColor("#bbdfd3")Accessibility — WCAG contrast
Aa
#bbdfd3 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbdfd3 on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green87.5%
Blue82.7%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow5.4%
Key (black)12.5%
Color previews
#bbdfd3 text on a black background
contrast 14.61:1
Card sample
#bbdfd3 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbdfd3;
Background color
Panel with #bbdfd3 background
background-color: #bbdfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbdfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 223, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 223, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbdfd3; background: linear-gradient(135deg, #bbdfd3, #BBD3DF);