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