#acdfea
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 223, 234
HSL
191°, 60%, 80%
CMYK
27, 5, 0, 8
Luminance
0.6749
Every format
| HEX | #acdfea |
| RGB | rgb(172, 223, 234) |
| HSL | hsl(191, 60%, 80%) |
| CMYK | cmyk(27%, 5%, 0%, 8%) |
| LAB | lab(85.8 -13.9 -10.7) |
| LCH | lch(85.8 17.5 217.7) |
| OKLCH | oklch(0.872 0.055 212.3) |
Copy-ready code
/* CSS */
color: #acdfea;
background-color: #acdfea;
/* Tailwind (arbitrary) */
class="text-[#acdfea] bg-[#acdfea]"
/* SCSS */
$brand: #acdfea;
/* SwiftUI */
Color(red: 0.675, green: 0.875, blue: 0.918)
/* Android */
Color.parseColor("#acdfea")Accessibility — WCAG contrast
Aa
#acdfea on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdfea on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.5%
Blue91.8%
CMYK percentages
Cyan26.5%
Magenta4.7%
Yellow0.0%
Key (black)8.2%
Color previews
#acdfea text on a black background
contrast 14.50:1
Card sample
#acdfea text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdfea;
Background color
Panel with #acdfea background
background-color: #acdfea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdfea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 223, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 223, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdfea; background: linear-gradient(135deg, #acdfea, #ACB6EA);