#ace3f6
a light, electric cyan · cool · closest name: skyblue
RGB
172, 227, 246
HSL
195°, 80%, 82%
CMYK
30, 8, 0, 4
Luminance
0.7036
Every format
| HEX | #ace3f6 |
| RGB | rgb(172, 227, 246) |
| HSL | hsl(195, 80%, 82%) |
| CMYK | cmyk(30%, 8%, 0%, 4%) |
| LAB | lab(87.2 -13.2 -14.9) |
| LCH | lch(87.2 19.9 228.6) |
| OKLCH | oklch(0.884 0.062 221.1) |
Copy-ready code
/* CSS */
color: #ace3f6;
background-color: #ace3f6;
/* Tailwind (arbitrary) */
class="text-[#ace3f6] bg-[#ace3f6]"
/* SCSS */
$brand: #ace3f6;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 0.965)
/* Android */
Color.parseColor("#ace3f6")Accessibility — WCAG contrast
Aa
#ace3f6 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace3f6 on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.0%
Blue96.5%
CMYK percentages
Cyan30.1%
Magenta7.7%
Yellow0.0%
Key (black)3.5%
Color previews
#ace3f6 text on a black background
contrast 15.07:1
Card sample
#ace3f6 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace3f6;
Background color
Panel with #ace3f6 background
background-color: #ace3f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace3f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 227, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace3f6; background: linear-gradient(135deg, #ace3f6, #ACB2F6);