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