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