#ace4f3
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 228, 243
HSL
193°, 75%, 81%
CMYK
29, 6, 0, 5
Luminance
0.7073
Every format
| HEX | #ace4f3 |
| RGB | rgb(172, 228, 243) |
| HSL | hsl(193, 75%, 81%) |
| CMYK | cmyk(29%, 6%, 0%, 5%) |
| LAB | lab(87.3 -14.4 -13.1) |
| LCH | lch(87.3 19.4 222.3) |
| OKLCH | oklch(0.885 0.061 216.0) |
Copy-ready code
/* CSS */
color: #ace4f3;
background-color: #ace4f3;
/* Tailwind (arbitrary) */
class="text-[#ace4f3] bg-[#ace4f3]"
/* SCSS */
$brand: #ace4f3;
/* SwiftUI */
Color(red: 0.675, green: 0.894, blue: 0.953)
/* Android */
Color.parseColor("#ace4f3")Accessibility — WCAG contrast
Aa
#ace4f3 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace4f3 on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.4%
Blue95.3%
CMYK percentages
Cyan29.2%
Magenta6.2%
Yellow0.0%
Key (black)4.7%
Color previews
#ace4f3 text on a black background
contrast 15.15:1
Card sample
#ace4f3 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace4f3;
Background color
Panel with #ace4f3 background
background-color: #ace4f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace4f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 228, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 228, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace4f3; background: linear-gradient(135deg, #ace4f3, #ACB5F3);