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