#badccc
a light, soft green · cool · closest name: silver
RGB
186, 220, 204
HSL
152°, 33%, 80%
CMYK
16, 0, 7, 14
Luminance
0.6599
Every format
| HEX | #badccc |
| RGB | rgb(186, 220, 204) |
| HSL | hsl(152, 33%, 80%) |
| CMYK | cmyk(16%, 0%, 7%, 14%) |
| LAB | lab(85.0 -14.3 4.1) |
| LCH | lch(85.0 14.9 163.9) |
| OKLCH | oklch(0.865 0.042 165.3) |
Copy-ready code
/* CSS */
color: #badccc;
background-color: #badccc;
/* Tailwind (arbitrary) */
class="text-[#badccc] bg-[#badccc]"
/* SCSS */
$brand: #badccc;
/* SwiftUI */
Color(red: 0.729, green: 0.863, blue: 0.800)
/* Android */
Color.parseColor("#badccc")Accessibility — WCAG contrast
Aa
#badccc on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badccc on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green86.3%
Blue80.0%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow7.3%
Key (black)13.7%
Color previews
#badccc text on a black background
contrast 14.20:1
Card sample
#badccc text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badccc;
Background color
Panel with #badccc background
background-color: #badccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 220, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 220, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badccc; background: linear-gradient(135deg, #badccc, #BAD5DC);