#acdbf3
a light, vivid blue · cool · closest name: skyblue
RGB
172, 219, 243
HSL
200°, 75%, 81%
CMYK
29, 10, 0, 5
Luminance
0.6590
Every format
| HEX | #acdbf3 |
| RGB | rgb(172, 219, 243) |
| HSL | hsl(200, 75%, 81%) |
| CMYK | cmyk(29%, 10%, 0%, 5%) |
| LAB | lab(85.0 -9.8 -16.7) |
| LCH | lch(85.0 19.3 239.7) |
| OKLCH | oklch(0.866 0.059 230.4) |
Copy-ready code
/* CSS */
color: #acdbf3;
background-color: #acdbf3;
/* Tailwind (arbitrary) */
class="text-[#acdbf3] bg-[#acdbf3]"
/* SCSS */
$brand: #acdbf3;
/* SwiftUI */
Color(red: 0.675, green: 0.859, blue: 0.953)
/* Android */
Color.parseColor("#acdbf3")Accessibility — WCAG contrast
Aa
#acdbf3 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdbf3 on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green85.9%
Blue95.3%
CMYK percentages
Cyan29.2%
Magenta9.9%
Yellow0.0%
Key (black)4.7%
Color previews
#acdbf3 text on a black background
contrast 14.18:1
Card sample
#acdbf3 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdbf3;
Background color
Panel with #acdbf3 background
background-color: #acdbf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdbf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 219, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 219, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdbf3; background: linear-gradient(135deg, #acdbf3, #ACACF3);