#accef9
a light, electric blue · cool · closest name: skyblue
RGB
172, 206, 249
HSL
214°, 87%, 83%
CMYK
31, 17, 0, 2
Luminance
0.5975
Every format
| HEX | #accef9 |
| RGB | rgb(172, 206, 249) |
| HSL | hsl(214, 87%, 83%) |
| CMYK | cmyk(31%, 17%, 0%, 2%) |
| LAB | lab(81.7 -1.5 -24.8) |
| LCH | lch(81.7 24.8 266.5) |
| OKLCH | oklch(0.841 0.071 254.5) |
Copy-ready code
/* CSS */
color: #accef9;
background-color: #accef9;
/* Tailwind (arbitrary) */
class="text-[#accef9] bg-[#accef9]"
/* SCSS */
$brand: #accef9;
/* SwiftUI */
Color(red: 0.675, green: 0.808, blue: 0.976)
/* Android */
Color.parseColor("#accef9")Accessibility — WCAG contrast
Aa
#accef9 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#accef9 on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.8%
Blue97.6%
CMYK percentages
Cyan30.9%
Magenta17.3%
Yellow0.0%
Key (black)2.4%
Color previews
#accef9 text on a black background
contrast 12.95:1
Card sample
#accef9 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #accef9;
Background color
Panel with #accef9 background
background-color: #accef9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #accef9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 206, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 206, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #accef9; background: linear-gradient(135deg, #accef9, #BDACF9);