#acd2f9
a light, electric blue · cool · closest name: skyblue
RGB
172, 210, 249
HSL
210°, 87%, 83%
CMYK
31, 16, 0, 2
Luminance
0.6170
Every format
| HEX | #acd2f9 |
| RGB | rgb(172, 210, 249) |
| HSL | hsl(210, 87%, 83%) |
| CMYK | cmyk(31%, 16%, 0%, 2%) |
| LAB | lab(82.8 -3.6 -23.2) |
| LCH | lch(82.8 23.4 261.1) |
| OKLCH | oklch(0.850 0.068 249.3) |
Copy-ready code
/* CSS */
color: #acd2f9;
background-color: #acd2f9;
/* Tailwind (arbitrary) */
class="text-[#acd2f9] bg-[#acd2f9]"
/* SCSS */
$brand: #acd2f9;
/* SwiftUI */
Color(red: 0.675, green: 0.824, blue: 0.976)
/* Android */
Color.parseColor("#acd2f9")Accessibility — WCAG contrast
Aa
#acd2f9 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd2f9 on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green82.4%
Blue97.6%
CMYK percentages
Cyan30.9%
Magenta15.7%
Yellow0.0%
Key (black)2.4%
Color previews
#acd2f9 text on a black background
contrast 13.34:1
Card sample
#acd2f9 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd2f9;
Background color
Panel with #acd2f9 background
background-color: #acd2f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd2f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 210, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 210, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd2f9; background: linear-gradient(135deg, #acd2f9, #B9ACF9);