#ace3ff
a light, electric blue · cool · closest name: skyblue
RGB
172, 227, 255
HSL
200°, 100%, 84%
CMYK
33, 11, 0, 0
Luminance
0.7093
Every format
| HEX | #ace3ff |
| RGB | rgb(172, 227, 255) |
| HSL | hsl(200, 100%, 84%) |
| CMYK | cmyk(33%, 11%, 0%, 0%) |
| LAB | lab(87.5 -11.0 -19.2) |
| LCH | lch(87.5 22.2 240.1) |
| OKLCH | oklch(0.887 0.068 230.6) |
Copy-ready code
/* CSS */
color: #ace3ff;
background-color: #ace3ff;
/* Tailwind (arbitrary) */
class="text-[#ace3ff] bg-[#ace3ff]"
/* SCSS */
$brand: #ace3ff;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 1.000)
/* Android */
Color.parseColor("#ace3ff")Accessibility — WCAG contrast
Aa
#ace3ff on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace3ff on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.0%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta11.0%
Yellow0.0%
Key (black)0.0%
Color previews
#ace3ff text on a black background
contrast 15.19:1
Card sample
#ace3ff text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace3ff;
Background color
Panel with #ace3ff background
background-color: #ace3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 227, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace3ff; background: linear-gradient(135deg, #ace3ff, #ACACFF);