#acdbfe
a light, electric blue · cool · closest name: skyblue
RGB
172, 219, 254
HSL
206°, 98%, 84%
CMYK
32, 14, 0, 0
Luminance
0.6659
Every format
| HEX | #acdbfe |
| RGB | rgb(172, 219, 254) |
| HSL | hsl(206, 98%, 84%) |
| CMYK | cmyk(32%, 14%, 0%, 0%) |
| LAB | lab(85.3 -7.2 -22.0) |
| LCH | lch(85.3 23.1 252.0) |
| OKLCH | oklch(0.870 0.069 240.8) |
Copy-ready code
/* CSS */
color: #acdbfe;
background-color: #acdbfe;
/* Tailwind (arbitrary) */
class="text-[#acdbfe] bg-[#acdbfe]"
/* SCSS */
$brand: #acdbfe;
/* SwiftUI */
Color(red: 0.675, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#acdbfe")Accessibility — WCAG contrast
Aa
#acdbfe on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdbfe on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green85.9%
Blue99.6%
CMYK percentages
Cyan32.3%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#acdbfe text on a black background
contrast 14.32:1
Card sample
#acdbfe text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdbfe;
Background color
Panel with #acdbfe background
background-color: #acdbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdbfe; background: linear-gradient(135deg, #acdbfe, #B4ACFE);