#acdeee
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 222, 238
HSL
195°, 66%, 80%
CMYK
28, 7, 0, 7
Luminance
0.6719
Every format
| HEX | #acdeee |
| RGB | rgb(172, 222, 238) |
| HSL | hsl(195, 66%, 80%) |
| CMYK | cmyk(28%, 7%, 0%, 7%) |
| LAB | lab(85.6 -12.4 -13.1) |
| LCH | lch(85.6 18.0 226.3) |
| OKLCH | oklch(0.871 0.056 219.4) |
Copy-ready code
/* CSS */
color: #acdeee;
background-color: #acdeee;
/* Tailwind (arbitrary) */
class="text-[#acdeee] bg-[#acdeee]"
/* SCSS */
$brand: #acdeee;
/* SwiftUI */
Color(red: 0.675, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#acdeee")Accessibility — WCAG contrast
Aa
#acdeee on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdeee on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.1%
Blue93.3%
CMYK percentages
Cyan27.7%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#acdeee text on a black background
contrast 14.44:1
Card sample
#acdeee text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdeee;
Background color
Panel with #acdeee background
background-color: #acdeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdeee; background: linear-gradient(135deg, #acdeee, #ACB2EE);