#acdef4
a light, electric cyan · cool · closest name: skyblue
RGB
172, 222, 244
HSL
198°, 77%, 82%
CMYK
30, 9, 0, 4
Luminance
0.6754
Every format
| HEX | #acdef4 |
| RGB | rgb(172, 222, 244) |
| HSL | hsl(198, 77%, 82%) |
| CMYK | cmyk(30%, 9%, 0%, 4%) |
| LAB | lab(85.8 -11.1 -15.9) |
| LCH | lch(85.8 19.4 235.2) |
| OKLCH | oklch(0.873 0.060 226.7) |
Copy-ready code
/* CSS */
color: #acdef4;
background-color: #acdef4;
/* Tailwind (arbitrary) */
class="text-[#acdef4] bg-[#acdef4]"
/* SCSS */
$brand: #acdef4;
/* SwiftUI */
Color(red: 0.675, green: 0.871, blue: 0.957)
/* Android */
Color.parseColor("#acdef4")Accessibility — WCAG contrast
Aa
#acdef4 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdef4 on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.1%
Blue95.7%
CMYK percentages
Cyan29.5%
Magenta9.0%
Yellow0.0%
Key (black)4.3%
Color previews
#acdef4 text on a black background
contrast 14.51:1
Card sample
#acdef4 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdef4;
Background color
Panel with #acdef4 background
background-color: #acdef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 222, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 222, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdef4; background: linear-gradient(135deg, #acdef4, #ACAEF4);