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