#acccf0
a light, vivid blue · cool · closest name: skyblue
RGB
172, 204, 240
HSL
212°, 69%, 81%
CMYK
28, 15, 0, 6
Luminance
0.5825
Every format
| HEX | #acccf0 |
| RGB | rgb(172, 204, 240) |
| HSL | hsl(212, 69%, 81%) |
| CMYK | cmyk(28%, 15%, 0%, 6%) |
| LAB | lab(80.9 -2.6 -21.2) |
| LCH | lch(80.9 21.4 263.0) |
| OKLCH | oklch(0.834 0.061 251.6) |
Copy-ready code
/* CSS */
color: #acccf0;
background-color: #acccf0;
/* Tailwind (arbitrary) */
class="text-[#acccf0] bg-[#acccf0]"
/* SCSS */
$brand: #acccf0;
/* SwiftUI */
Color(red: 0.675, green: 0.800, blue: 0.941)
/* Android */
Color.parseColor("#acccf0")Accessibility — WCAG contrast
Aa
#acccf0 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acccf0 on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.0%
Blue94.1%
CMYK percentages
Cyan28.3%
Magenta15.0%
Yellow0.0%
Key (black)5.9%
Color previews
#acccf0 text on a black background
contrast 12.65:1
Card sample
#acccf0 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acccf0;
Background color
Panel with #acccf0 background
background-color: #acccf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acccf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 204, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 204, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acccf0; background: linear-gradient(135deg, #acccf0, #B9ACF0);