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