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