#ace9fe
a light, electric cyan · cool · closest name: skyblue
RGB
172, 233, 254
HSL
195°, 98%, 84%
CMYK
32, 8, 0, 0
Luminance
0.7420
Every format
| HEX | #ace9fe |
| RGB | rgb(172, 233, 254) |
| HSL | hsl(195, 98%, 84%) |
| CMYK | cmyk(32%, 8%, 0%, 0%) |
| LAB | lab(89.0 -14.3 -16.3) |
| LCH | lch(89.0 21.7 228.7) |
| OKLCH | oklch(0.900 0.068 221.2) |
Copy-ready code
/* CSS */
color: #ace9fe;
background-color: #ace9fe;
/* Tailwind (arbitrary) */
class="text-[#ace9fe] bg-[#ace9fe]"
/* SCSS */
$brand: #ace9fe;
/* SwiftUI */
Color(red: 0.675, green: 0.914, blue: 0.996)
/* Android */
Color.parseColor("#ace9fe")Accessibility — WCAG contrast
Aa
#ace9fe on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace9fe on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.4%
Blue99.6%
CMYK percentages
Cyan32.3%
Magenta8.3%
Yellow0.0%
Key (black)0.4%
Color previews
#ace9fe text on a black background
contrast 15.84:1
Card sample
#ace9fe text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace9fe;
Background color
Panel with #ace9fe background
background-color: #ace9fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace9fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 233, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 233, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace9fe; background: linear-gradient(135deg, #ace9fe, #ACB2FE);