#acd3da
a light, soft cyan · cool · closest name: silver
RGB
172, 211, 218
HSL
189°, 38%, 77%
CMYK
21, 3, 0, 15
Luminance
0.6042
Every format
| HEX | #acd3da |
| RGB | rgb(172, 211, 218) |
| HSL | hsl(189, 38%, 77%) |
| CMYK | cmyk(21%, 3%, 0%, 15%) |
| LAB | lab(82.1 -11.3 -7.7) |
| LCH | lch(82.1 13.6 214.4) |
| OKLCH | oklch(0.841 0.042 209.7) |
Copy-ready code
/* CSS */
color: #acd3da;
background-color: #acd3da;
/* Tailwind (arbitrary) */
class="text-[#acd3da] bg-[#acd3da]"
/* SCSS */
$brand: #acd3da;
/* SwiftUI */
Color(red: 0.675, green: 0.827, blue: 0.855)
/* Android */
Color.parseColor("#acd3da")Accessibility — WCAG contrast
Aa
#acd3da on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd3da on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green82.7%
Blue85.5%
CMYK percentages
Cyan21.1%
Magenta3.2%
Yellow0.0%
Key (black)14.5%
Color previews
#acd3da text on a black background
contrast 13.08:1
Card sample
#acd3da text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd3da;
Background color
Panel with #acd3da background
background-color: #acd3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 211, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 211, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd3da; background: linear-gradient(135deg, #acd3da, #ACB4DA);