#acdbf6
a light, electric blue · cool · closest name: skyblue
RGB
172, 219, 246
HSL
202°, 80%, 82%
CMYK
30, 11, 0, 4
Luminance
0.6609
Every format
| HEX | #acdbf6 |
| RGB | rgb(172, 219, 246) |
| HSL | hsl(202, 80%, 82%) |
| CMYK | cmyk(30%, 11%, 0%, 4%) |
| LAB | lab(85.0 -9.1 -18.1) |
| LCH | lch(85.0 20.3 243.4) |
| OKLCH | oklch(0.867 0.062 233.6) |
Copy-ready code
/* CSS */
color: #acdbf6;
background-color: #acdbf6;
/* Tailwind (arbitrary) */
class="text-[#acdbf6] bg-[#acdbf6]"
/* SCSS */
$brand: #acdbf6;
/* SwiftUI */
Color(red: 0.675, green: 0.859, blue: 0.965)
/* Android */
Color.parseColor("#acdbf6")Accessibility — WCAG contrast
Aa
#acdbf6 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdbf6 on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green85.9%
Blue96.5%
CMYK percentages
Cyan30.1%
Magenta11.0%
Yellow0.0%
Key (black)3.5%
Color previews
#acdbf6 text on a black background
contrast 14.22:1
Card sample
#acdbf6 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdbf6;
Background color
Panel with #acdbf6 background
background-color: #acdbf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdbf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 219, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 219, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdbf6; background: linear-gradient(135deg, #acdbf6, #AFACF6);