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