#acd0df
a light, soft cyan · cool · closest name: skyblue
RGB
172, 208, 223
HSL
198°, 44%, 78%
CMYK
23, 7, 0, 13
Luminance
0.5921
Every format
| HEX | #acd0df |
| RGB | rgb(172, 208, 223) |
| HSL | hsl(198, 44%, 78%) |
| CMYK | cmyk(23%, 7%, 0%, 13%) |
| LAB | lab(81.4 -8.6 -11.3) |
| LCH | lch(81.4 14.3 232.8) |
| OKLCH | oklch(0.836 0.044 225.0) |
Copy-ready code
/* CSS */
color: #acd0df;
background-color: #acd0df;
/* Tailwind (arbitrary) */
class="text-[#acd0df] bg-[#acd0df]"
/* SCSS */
$brand: #acd0df;
/* SwiftUI */
Color(red: 0.675, green: 0.816, blue: 0.875)
/* Android */
Color.parseColor("#acd0df")Accessibility — WCAG contrast
Aa
#acd0df on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd0df on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green81.6%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta6.7%
Yellow0.0%
Key (black)12.5%
Color previews
#acd0df text on a black background
contrast 12.84:1
Card sample
#acd0df text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd0df;
Background color
Panel with #acd0df background
background-color: #acd0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 208, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 208, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd0df; background: linear-gradient(135deg, #acd0df, #ACAEDF);