#badcdb
a light, soft cyan · cool · closest name: silver
RGB
186, 220, 219
HSL
178°, 33%, 80%
CMYK
16, 0, 1, 14
Luminance
0.6674
Every format
| HEX | #badcdb |
| RGB | rgb(186, 220, 219) |
| HSL | hsl(178, 33%, 80%) |
| CMYK | cmyk(16%, 0%, 1%, 14%) |
| LAB | lab(85.4 -11.3 -3.3) |
| LCH | lch(85.4 11.8 196.0) |
| OKLCH | oklch(0.870 0.036 194.3) |
Copy-ready code
/* CSS */
color: #badcdb;
background-color: #badcdb;
/* Tailwind (arbitrary) */
class="text-[#badcdb] bg-[#badcdb]"
/* SCSS */
$brand: #badcdb;
/* SwiftUI */
Color(red: 0.729, green: 0.863, blue: 0.859)
/* Android */
Color.parseColor("#badcdb")Accessibility — WCAG contrast
Aa
#badcdb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badcdb on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green86.3%
Blue85.9%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow0.5%
Key (black)13.7%
Color previews
#badcdb text on a black background
contrast 14.35:1
Card sample
#badcdb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badcdb;
Background color
Panel with #badcdb background
background-color: #badcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 220, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 220, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badcdb; background: linear-gradient(135deg, #badcdb, #BAC6DC);