#acd4da
a light, soft cyan · cool · closest name: silver
RGB
172, 212, 218
HSL
188°, 38%, 77%
CMYK
21, 3, 0, 15
Luminance
0.6092
Every format
| HEX | #acd4da |
| RGB | rgb(172, 212, 218) |
| HSL | hsl(188, 38%, 77%) |
| CMYK | cmyk(21%, 3%, 0%, 15%) |
| LAB | lab(82.3 -11.8 -7.3) |
| LCH | lch(82.3 13.8 211.8) |
| OKLCH | oklch(0.843 0.043 207.6) |
Copy-ready code
/* CSS */
color: #acd4da;
background-color: #acd4da;
/* Tailwind (arbitrary) */
class="text-[#acd4da] bg-[#acd4da]"
/* SCSS */
$brand: #acd4da;
/* SwiftUI */
Color(red: 0.675, green: 0.831, blue: 0.855)
/* Android */
Color.parseColor("#acd4da")Accessibility — WCAG contrast
Aa
#acd4da on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd4da on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green83.1%
Blue85.5%
CMYK percentages
Cyan21.1%
Magenta2.8%
Yellow0.0%
Key (black)14.5%
Color previews
#acd4da text on a black background
contrast 13.18:1
Card sample
#acd4da text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd4da;
Background color
Panel with #acd4da background
background-color: #acd4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 212, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 212, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd4da; background: linear-gradient(135deg, #acd4da, #ACB5DA);