#accef4
a light, electric blue · cool · closest name: skyblue
RGB
172, 206, 244
HSL
212°, 77%, 82%
CMYK
30, 16, 0, 4
Luminance
0.5944
Every format
| HEX | #accef4 |
| RGB | rgb(172, 206, 244) |
| HSL | hsl(212, 77%, 82%) |
| CMYK | cmyk(30%, 16%, 0%, 4%) |
| LAB | lab(81.5 -2.7 -22.4) |
| LCH | lch(81.5 22.5 263.1) |
| OKLCH | oklch(0.840 0.065 251.4) |
Copy-ready code
/* CSS */
color: #accef4;
background-color: #accef4;
/* Tailwind (arbitrary) */
class="text-[#accef4] bg-[#accef4]"
/* SCSS */
$brand: #accef4;
/* SwiftUI */
Color(red: 0.675, green: 0.808, blue: 0.957)
/* Android */
Color.parseColor("#accef4")Accessibility — WCAG contrast
Aa
#accef4 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#accef4 on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.8%
Blue95.7%
CMYK percentages
Cyan29.5%
Magenta15.6%
Yellow0.0%
Key (black)4.3%
Color previews
#accef4 text on a black background
contrast 12.89:1
Card sample
#accef4 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #accef4;
Background color
Panel with #accef4 background
background-color: #accef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #accef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 206, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 206, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #accef4; background: linear-gradient(135deg, #accef4, #BAACF4);