#ace4fe
a light, electric cyan · cool · closest name: skyblue
RGB
172, 228, 254
HSL
199°, 98%, 84%
CMYK
32, 10, 0, 0
Luminance
0.7141
Every format
| HEX | #ace4fe |
| RGB | rgb(172, 228, 254) |
| HSL | hsl(199, 98%, 84%) |
| CMYK | cmyk(32%, 10%, 0%, 0%) |
| LAB | lab(87.7 -11.8 -18.3) |
| LCH | lch(87.7 21.8 237.3) |
| OKLCH | oklch(0.889 0.067 228.2) |
Copy-ready code
/* CSS */
color: #ace4fe;
background-color: #ace4fe;
/* Tailwind (arbitrary) */
class="text-[#ace4fe] bg-[#ace4fe]"
/* SCSS */
$brand: #ace4fe;
/* SwiftUI */
Color(red: 0.675, green: 0.894, blue: 0.996)
/* Android */
Color.parseColor("#ace4fe")Accessibility — WCAG contrast
Aa
#ace4fe on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace4fe on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.4%
Blue99.6%
CMYK percentages
Cyan32.3%
Magenta10.2%
Yellow0.0%
Key (black)0.4%
Color previews
#ace4fe text on a black background
contrast 15.28:1
Card sample
#ace4fe text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace4fe;
Background color
Panel with #ace4fe background
background-color: #ace4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 228, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 228, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace4fe; background: linear-gradient(135deg, #ace4fe, #ACADFE);