#acccfe
a light, electric blue · cool · closest name: skyblue
RGB
172, 204, 254
HSL
217°, 98%, 84%
CMYK
32, 20, 0, 0
Luminance
0.5911
Every format
| HEX | #acccfe |
| RGB | rgb(172, 204, 254) |
| HSL | hsl(217, 98%, 84%) |
| CMYK | cmyk(32%, 20%, 0%, 0%) |
| LAB | lab(81.3 0.8 -28.0) |
| LCH | lch(81.3 28.0 271.6) |
| OKLCH | oklch(0.839 0.079 259.2) |
Copy-ready code
/* CSS */
color: #acccfe;
background-color: #acccfe;
/* Tailwind (arbitrary) */
class="text-[#acccfe] bg-[#acccfe]"
/* SCSS */
$brand: #acccfe;
/* SwiftUI */
Color(red: 0.675, green: 0.800, blue: 0.996)
/* Android */
Color.parseColor("#acccfe")Accessibility — WCAG contrast
Aa
#acccfe on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acccfe on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.0%
Blue99.6%
CMYK percentages
Cyan32.3%
Magenta19.7%
Yellow0.0%
Key (black)0.4%
Color previews
#acccfe text on a black background
contrast 12.82:1
Card sample
#acccfe text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acccfe;
Background color
Panel with #acccfe background
background-color: #acccfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acccfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 204, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 204, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acccfe; background: linear-gradient(135deg, #acccfe, #C3ACFE);