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