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