#aceffc
a light, electric cyan · cool · closest name: skyblue
RGB
172, 239, 252
HSL
190°, 93%, 83%
CMYK
32, 5, 0, 1
Luminance
0.7753
Every format
| HEX | #aceffc |
| RGB | rgb(172, 239, 252) |
| HSL | hsl(190, 93%, 83%) |
| CMYK | cmyk(32%, 5%, 0%, 1%) |
| LAB | lab(90.6 -17.8 -13.0) |
| LCH | lch(90.6 22.0 216.1) |
| OKLCH | oklch(0.912 0.069 210.9) |
Copy-ready code
/* CSS */
color: #aceffc;
background-color: #aceffc;
/* Tailwind (arbitrary) */
class="text-[#aceffc] bg-[#aceffc]"
/* SCSS */
$brand: #aceffc;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.988)
/* Android */
Color.parseColor("#aceffc")Accessibility — WCAG contrast
Aa
#aceffc on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceffc on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue98.8%
CMYK percentages
Cyan31.7%
Magenta5.2%
Yellow0.0%
Key (black)1.2%
Color previews
#aceffc text on a black background
contrast 16.51:1
Card sample
#aceffc text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceffc;
Background color
Panel with #aceffc background
background-color: #aceffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceffc; background: linear-gradient(135deg, #aceffc, #ACB9FC);