#acdad2
a light, soft cyan · cool · closest name: silver
RGB
172, 218, 210
HSL
170°, 38%, 77%
CMYK
21, 0, 4, 15
Luminance
0.6357
Every format
| HEX | #acdad2 |
| RGB | rgb(172, 218, 210) |
| HSL | hsl(170, 38%, 77%) |
| CMYK | cmyk(21%, 0%, 4%, 15%) |
| LAB | lab(83.7 -16.5 -1.0) |
| LCH | lch(83.7 16.6 183.4) |
| OKLCH | oklch(0.854 0.049 183.3) |
Copy-ready code
/* CSS */
color: #acdad2;
background-color: #acdad2;
/* Tailwind (arbitrary) */
class="text-[#acdad2] bg-[#acdad2]"
/* SCSS */
$brand: #acdad2;
/* SwiftUI */
Color(red: 0.675, green: 0.855, blue: 0.824)
/* Android */
Color.parseColor("#acdad2")Accessibility — WCAG contrast
Aa
#acdad2 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdad2 on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green85.5%
Blue82.4%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow3.7%
Key (black)14.5%
Color previews
#acdad2 text on a black background
contrast 13.71:1
Card sample
#acdad2 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdad2;
Background color
Panel with #acdad2 background
background-color: #acdad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 218, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 218, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdad2; background: linear-gradient(135deg, #acdad2, #ACC3DA);