#ace2fb
a light, electric cyan · cool · closest name: skyblue
RGB
172, 226, 251
HSL
199°, 91%, 83%
CMYK
32, 10, 0, 2
Luminance
0.7013
Every format
| HEX | #ace2fb |
| RGB | rgb(172, 226, 251) |
| HSL | hsl(199, 91%, 83%) |
| CMYK | cmyk(32%, 10%, 0%, 2%) |
| LAB | lab(87.1 -11.5 -17.7) |
| LCH | lch(87.1 21.1 237.0) |
| OKLCH | oklch(0.884 0.065 228.1) |
Copy-ready code
/* CSS */
color: #ace2fb;
background-color: #ace2fb;
/* Tailwind (arbitrary) */
class="text-[#ace2fb] bg-[#ace2fb]"
/* SCSS */
$brand: #ace2fb;
/* SwiftUI */
Color(red: 0.675, green: 0.886, blue: 0.984)
/* Android */
Color.parseColor("#ace2fb")Accessibility — WCAG contrast
Aa
#ace2fb on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace2fb on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.6%
Blue98.4%
CMYK percentages
Cyan31.5%
Magenta10.0%
Yellow0.0%
Key (black)1.6%
Color previews
#ace2fb text on a black background
contrast 15.03:1
Card sample
#ace2fb text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace2fb;
Background color
Panel with #ace2fb background
background-color: #ace2fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace2fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 226, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 226, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace2fb; background: linear-gradient(135deg, #ace2fb, #ACADFB);