#badcd2
a light, soft cyan · cool · closest name: silver
RGB
186, 220, 210
HSL
162°, 33%, 80%
CMYK
16, 0, 5, 14
Luminance
0.6628
Every format
| HEX | #badcd2 |
| RGB | rgb(186, 220, 210) |
| HSL | hsl(162, 33%, 80%) |
| CMYK | cmyk(16%, 0%, 5%, 14%) |
| LAB | lab(85.1 -13.1 1.2) |
| LCH | lch(85.1 13.2 174.9) |
| OKLCH | oklch(0.867 0.038 175.7) |
Copy-ready code
/* CSS */
color: #badcd2;
background-color: #badcd2;
/* Tailwind (arbitrary) */
class="text-[#badcd2] bg-[#badcd2]"
/* SCSS */
$brand: #badcd2;
/* SwiftUI */
Color(red: 0.729, green: 0.863, blue: 0.824)
/* Android */
Color.parseColor("#badcd2")Accessibility — WCAG contrast
Aa
#badcd2 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badcd2 on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green86.3%
Blue82.4%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow4.5%
Key (black)13.7%
Color previews
#badcd2 text on a black background
contrast 14.26:1
Card sample
#badcd2 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badcd2;
Background color
Panel with #badcd2 background
background-color: #badcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 220, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 220, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badcd2; background: linear-gradient(135deg, #badcd2, #BACFDC);