#accef6
a light, electric blue · cool · closest name: skyblue
RGB
172, 206, 246
HSL
212°, 80%, 82%
CMYK
30, 16, 0, 4
Luminance
0.5957
Every format
| HEX | #accef6 |
| RGB | rgb(172, 206, 246) |
| HSL | hsl(212, 80%, 82%) |
| CMYK | cmyk(30%, 16%, 0%, 4%) |
| LAB | lab(81.6 -2.2 -23.3) |
| LCH | lch(81.6 23.4 264.5) |
| OKLCH | oklch(0.840 0.067 252.7) |
Copy-ready code
/* CSS */
color: #accef6;
background-color: #accef6;
/* Tailwind (arbitrary) */
class="text-[#accef6] bg-[#accef6]"
/* SCSS */
$brand: #accef6;
/* SwiftUI */
Color(red: 0.675, green: 0.808, blue: 0.965)
/* Android */
Color.parseColor("#accef6")Accessibility — WCAG contrast
Aa
#accef6 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#accef6 on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.8%
Blue96.5%
CMYK percentages
Cyan30.1%
Magenta16.3%
Yellow0.0%
Key (black)3.5%
Color previews
#accef6 text on a black background
contrast 12.91:1
Card sample
#accef6 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #accef6;
Background color
Panel with #accef6 background
background-color: #accef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #accef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 206, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 206, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #accef6; background: linear-gradient(135deg, #accef6, #BBACF6);