#acd2dc
a light, soft cyan · cool · closest name: skyblue
RGB
172, 210, 220
HSL
193°, 41%, 77%
CMYK
22, 5, 0, 14
Luminance
0.6003
Every format
| HEX | #acd2dc |
| RGB | rgb(172, 210, 220) |
| HSL | hsl(193, 41%, 77%) |
| CMYK | cmyk(22%, 5%, 0%, 14%) |
| LAB | lab(81.8 -10.3 -9.1) |
| LCH | lch(81.8 13.7 221.4) |
| OKLCH | oklch(0.840 0.043 215.5) |
Copy-ready code
/* CSS */
color: #acd2dc;
background-color: #acd2dc;
/* Tailwind (arbitrary) */
class="text-[#acd2dc] bg-[#acd2dc]"
/* SCSS */
$brand: #acd2dc;
/* SwiftUI */
Color(red: 0.675, green: 0.824, blue: 0.863)
/* Android */
Color.parseColor("#acd2dc")Accessibility — WCAG contrast
Aa
#acd2dc on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd2dc on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green82.4%
Blue86.3%
CMYK percentages
Cyan21.8%
Magenta4.5%
Yellow0.0%
Key (black)13.7%
Color previews
#acd2dc text on a black background
contrast 13.01:1
Card sample
#acd2dc text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd2dc;
Background color
Panel with #acd2dc background
background-color: #acd2dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd2dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 210, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 210, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd2dc; background: linear-gradient(135deg, #acd2dc, #ACB2DC);