#acdfe3
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 223, 227
HSL
184°, 50%, 78%
CMYK
24, 2, 0, 11
Luminance
0.6709
Every format
| HEX | #acdfe3 |
| RGB | rgb(172, 223, 227) |
| HSL | hsl(184, 50%, 78%) |
| CMYK | cmyk(24%, 2%, 0%, 11%) |
| LAB | lab(85.5 -15.4 -7.3) |
| LCH | lch(85.5 17.1 205.4) |
| OKLCH | oklch(0.870 0.053 202.2) |
Copy-ready code
/* CSS */
color: #acdfe3;
background-color: #acdfe3;
/* Tailwind (arbitrary) */
class="text-[#acdfe3] bg-[#acdfe3]"
/* SCSS */
$brand: #acdfe3;
/* SwiftUI */
Color(red: 0.675, green: 0.875, blue: 0.890)
/* Android */
Color.parseColor("#acdfe3")Accessibility — WCAG contrast
Aa
#acdfe3 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdfe3 on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.5%
Blue89.0%
CMYK percentages
Cyan24.2%
Magenta1.8%
Yellow0.0%
Key (black)11.0%
Color previews
#acdfe3 text on a black background
contrast 14.42:1
Card sample
#acdfe3 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdfe3;
Background color
Panel with #acdfe3 background
background-color: #acdfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 223, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 223, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdfe3; background: linear-gradient(135deg, #acdfe3, #ACBAE3);