#acbff6
a light, electric blue · cool · closest name: skyblue
RGB
172, 191, 246
HSL
225°, 80%, 82%
CMYK
30, 22, 0, 4
Luminance
0.5269
Every format
| HEX | #acbff6 |
| RGB | rgb(172, 191, 246) |
| HSL | hsl(225, 80%, 82%) |
| CMYK | cmyk(30%, 22%, 0%, 4%) |
| LAB | lab(77.7 5.8 -29.3) |
| LCH | lch(77.7 29.9 281.3) |
| OKLCH | oklch(0.810 0.081 269.7) |
Copy-ready code
/* CSS */
color: #acbff6;
background-color: #acbff6;
/* Tailwind (arbitrary) */
class="text-[#acbff6] bg-[#acbff6]"
/* SCSS */
$brand: #acbff6;
/* SwiftUI */
Color(red: 0.675, green: 0.749, blue: 0.965)
/* Android */
Color.parseColor("#acbff6")Accessibility — WCAG contrast
Aa
#acbff6 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbff6 on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green74.9%
Blue96.5%
CMYK percentages
Cyan30.1%
Magenta22.4%
Yellow0.0%
Key (black)3.5%
Color previews
#acbff6 text on a black background
contrast 11.54:1
Card sample
#acbff6 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbff6;
Background color
Panel with #acbff6 background
background-color: #acbff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 191, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 191, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbff6; background: linear-gradient(135deg, #acbff6, #CAACF6);