#ace4db
a light, vivid cyan · cool · closest name: silver
RGB
172, 228, 219
HSL
170°, 51%, 78%
CMYK
25, 0, 4, 11
Luminance
0.6937
Every format
| HEX | #ace4db |
| RGB | rgb(172, 228, 219) |
| HSL | hsl(170, 51%, 78%) |
| CMYK | cmyk(25%, 0%, 4%, 11%) |
| LAB | lab(86.7 -19.6 -1.4) |
| LCH | lch(86.7 19.7 184.1) |
| OKLCH | oklch(0.878 0.059 184.0) |
Copy-ready code
/* CSS */
color: #ace4db;
background-color: #ace4db;
/* Tailwind (arbitrary) */
class="text-[#ace4db] bg-[#ace4db]"
/* SCSS */
$brand: #ace4db;
/* SwiftUI */
Color(red: 0.675, green: 0.894, blue: 0.859)
/* Android */
Color.parseColor("#ace4db")Accessibility — WCAG contrast
Aa
#ace4db on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace4db on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.4%
Blue85.9%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow3.9%
Key (black)10.6%
Color previews
#ace4db text on a black background
contrast 14.87:1
Card sample
#ace4db text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace4db;
Background color
Panel with #ace4db background
background-color: #ace4db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace4db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 228, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 228, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace4db; background: linear-gradient(135deg, #ace4db, #ACC8E4);