#acdfda
a light, soft cyan · cool · closest name: silver
RGB
172, 223, 218
HSL
174°, 44%, 78%
CMYK
23, 0, 2, 13
Luminance
0.6661
Every format
| HEX | #acdfda |
| RGB | rgb(172, 223, 218) |
| HSL | hsl(174, 44%, 78%) |
| CMYK | cmyk(23%, 0%, 2%, 13%) |
| LAB | lab(85.3 -17.4 -2.9) |
| LCH | lch(85.3 17.6 189.5) |
| OKLCH | oklch(0.867 0.053 188.8) |
Copy-ready code
/* CSS */
color: #acdfda;
background-color: #acdfda;
/* Tailwind (arbitrary) */
class="text-[#acdfda] bg-[#acdfda]"
/* SCSS */
$brand: #acdfda;
/* SwiftUI */
Color(red: 0.675, green: 0.875, blue: 0.855)
/* Android */
Color.parseColor("#acdfda")Accessibility — WCAG contrast
Aa
#acdfda on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdfda on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.5%
Blue85.5%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow2.2%
Key (black)12.5%
Color previews
#acdfda text on a black background
contrast 14.32:1
Card sample
#acdfda text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdfda;
Background color
Panel with #acdfda background
background-color: #acdfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 223, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 223, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdfda; background: linear-gradient(135deg, #acdfda, #ACC2DF);