#ace2fe
a light, electric blue · cool · closest name: skyblue
RGB
172, 226, 254
HSL
201°, 98%, 84%
CMYK
32, 11, 0, 0
Luminance
0.7032
Every format
| HEX | #ace2fe |
| RGB | rgb(172, 226, 254) |
| HSL | hsl(201, 98%, 84%) |
| CMYK | cmyk(32%, 11%, 0%, 0%) |
| LAB | lab(87.2 -10.8 -19.1) |
| LCH | lch(87.2 22.0 240.6) |
| OKLCH | oklch(0.885 0.068 231.0) |
Copy-ready code
/* CSS */
color: #ace2fe;
background-color: #ace2fe;
/* Tailwind (arbitrary) */
class="text-[#ace2fe] bg-[#ace2fe]"
/* SCSS */
$brand: #ace2fe;
/* SwiftUI */
Color(red: 0.675, green: 0.886, blue: 0.996)
/* Android */
Color.parseColor("#ace2fe")Accessibility — WCAG contrast
Aa
#ace2fe on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace2fe on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.6%
Blue99.6%
CMYK percentages
Cyan32.3%
Magenta11.0%
Yellow0.0%
Key (black)0.4%
Color previews
#ace2fe text on a black background
contrast 15.06:1
Card sample
#ace2fe text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace2fe;
Background color
Panel with #ace2fe background
background-color: #ace2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 226, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 226, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace2fe; background: linear-gradient(135deg, #ace2fe, #ADACFE);