#acdfe8
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 223, 232
HSL
189°, 57%, 79%
CMYK
26, 4, 0, 9
Luminance
0.6737
Every format
| HEX | #acdfe8 |
| RGB | rgb(172, 223, 232) |
| HSL | hsl(189, 57%, 79%) |
| CMYK | cmyk(26%, 4%, 0%, 9%) |
| LAB | lab(85.7 -14.3 -9.7) |
| LCH | lch(85.7 17.3 214.2) |
| OKLCH | oklch(0.871 0.054 209.5) |
Copy-ready code
/* CSS */
color: #acdfe8;
background-color: #acdfe8;
/* Tailwind (arbitrary) */
class="text-[#acdfe8] bg-[#acdfe8]"
/* SCSS */
$brand: #acdfe8;
/* SwiftUI */
Color(red: 0.675, green: 0.875, blue: 0.910)
/* Android */
Color.parseColor("#acdfe8")Accessibility — WCAG contrast
Aa
#acdfe8 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdfe8 on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.5%
Blue91.0%
CMYK percentages
Cyan25.9%
Magenta3.9%
Yellow0.0%
Key (black)9.0%
Color previews
#acdfe8 text on a black background
contrast 14.47:1
Card sample
#acdfe8 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdfe8;
Background color
Panel with #acdfe8 background
background-color: #acdfe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdfe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 223, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 223, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdfe8; background: linear-gradient(135deg, #acdfe8, #ACB7E8);