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