#ace3db
a light, vivid cyan · cool · closest name: silver
RGB
172, 227, 219
HSL
171°, 50%, 78%
CMYK
24, 0, 4, 11
Luminance
0.6882
Every format
| HEX | #ace3db |
| RGB | rgb(172, 227, 219) |
| HSL | hsl(171, 50%, 78%) |
| CMYK | cmyk(24%, 0%, 4%, 11%) |
| LAB | lab(86.4 -19.1 -1.8) |
| LCH | lch(86.4 19.2 185.4) |
| OKLCH | oklch(0.876 0.057 185.2) |
Copy-ready code
/* CSS */
color: #ace3db;
background-color: #ace3db;
/* Tailwind (arbitrary) */
class="text-[#ace3db] bg-[#ace3db]"
/* SCSS */
$brand: #ace3db;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 0.859)
/* Android */
Color.parseColor("#ace3db")Accessibility — WCAG contrast
Aa
#ace3db on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace3db on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.0%
Blue85.9%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow3.5%
Key (black)11.0%
Color previews
#ace3db text on a black background
contrast 14.76:1
Card sample
#ace3db text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace3db;
Background color
Panel with #ace3db background
background-color: #ace3db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace3db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 227, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace3db; background: linear-gradient(135deg, #ace3db, #ACC6E3);