#aceffa
a light, electric cyan · cool · closest name: skyblue
RGB
172, 239, 250
HSL
189°, 89%, 83%
CMYK
31, 4, 0, 2
Luminance
0.7741
Every format
| HEX | #aceffa |
| RGB | rgb(172, 239, 250) |
| HSL | hsl(189, 89%, 83%) |
| CMYK | cmyk(31%, 4%, 0%, 2%) |
| LAB | lab(90.5 -18.3 -12.0) |
| LCH | lch(90.5 21.9 213.3) |
| OKLCH | oklch(0.911 0.068 208.7) |
Copy-ready code
/* CSS */
color: #aceffa;
background-color: #aceffa;
/* Tailwind (arbitrary) */
class="text-[#aceffa] bg-[#aceffa]"
/* SCSS */
$brand: #aceffa;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.980)
/* Android */
Color.parseColor("#aceffa")Accessibility — WCAG contrast
Aa
#aceffa on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceffa on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue98.0%
CMYK percentages
Cyan31.2%
Magenta4.4%
Yellow0.0%
Key (black)2.0%
Color previews
#aceffa text on a black background
contrast 16.48:1
Card sample
#aceffa text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceffa;
Background color
Panel with #aceffa background
background-color: #aceffa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceffa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceffa; background: linear-gradient(135deg, #aceffa, #ACBBFA);