#acdfe5
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 223, 229
HSL
186°, 52%, 79%
CMYK
25, 3, 0, 10
Luminance
0.6720
Every format
| HEX | #acdfe5 |
| RGB | rgb(172, 223, 229) |
| HSL | hsl(186, 52%, 79%) |
| CMYK | cmyk(25%, 3%, 0%, 10%) |
| LAB | lab(85.6 -15.0 -8.3) |
| LCH | lch(85.6 17.1 209.0) |
| OKLCH | oklch(0.870 0.053 205.2) |
Copy-ready code
/* CSS */
color: #acdfe5;
background-color: #acdfe5;
/* Tailwind (arbitrary) */
class="text-[#acdfe5] bg-[#acdfe5]"
/* SCSS */
$brand: #acdfe5;
/* SwiftUI */
Color(red: 0.675, green: 0.875, blue: 0.898)
/* Android */
Color.parseColor("#acdfe5")Accessibility — WCAG contrast
Aa
#acdfe5 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdfe5 on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.5%
Blue89.8%
CMYK percentages
Cyan24.9%
Magenta2.6%
Yellow0.0%
Key (black)10.2%
Color previews
#acdfe5 text on a black background
contrast 14.44:1
Card sample
#acdfe5 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdfe5;
Background color
Panel with #acdfe5 background
background-color: #acdfe5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdfe5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 223, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 223, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdfe5; background: linear-gradient(135deg, #acdfe5, #ACB9E5);