#ace7fa
a light, electric cyan · cool · closest name: skyblue
RGB
172, 231, 250
HSL
195°, 89%, 83%
CMYK
31, 8, 0, 2
Luminance
0.7282
Every format
| HEX | #ace7fa |
| RGB | rgb(172, 231, 250) |
| HSL | hsl(195, 89%, 83%) |
| CMYK | cmyk(31%, 8%, 0%, 2%) |
| LAB | lab(88.4 -14.3 -15.2) |
| LCH | lch(88.4 20.9 226.9) |
| OKLCH | oklch(0.894 0.065 219.7) |
Copy-ready code
/* CSS */
color: #ace7fa;
background-color: #ace7fa;
/* Tailwind (arbitrary) */
class="text-[#ace7fa] bg-[#ace7fa]"
/* SCSS */
$brand: #ace7fa;
/* SwiftUI */
Color(red: 0.675, green: 0.906, blue: 0.980)
/* Android */
Color.parseColor("#ace7fa")Accessibility — WCAG contrast
Aa
#ace7fa on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace7fa on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.6%
Blue98.0%
CMYK percentages
Cyan31.2%
Magenta7.6%
Yellow0.0%
Key (black)2.0%
Color previews
#ace7fa text on a black background
contrast 15.56:1
Card sample
#ace7fa text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace7fa;
Background color
Panel with #ace7fa background
background-color: #ace7fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace7fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 231, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 231, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace7fa; background: linear-gradient(135deg, #ace7fa, #ACB3FA);