#ace6fc
a light, electric cyan · cool · closest name: skyblue
RGB
172, 230, 252
HSL
197°, 93%, 83%
CMYK
32, 9, 0, 1
Luminance
0.7239
Every format
| HEX | #ace6fc |
| RGB | rgb(172, 230, 252) |
| HSL | hsl(197, 93%, 83%) |
| CMYK | cmyk(32%, 9%, 0%, 1%) |
| LAB | lab(88.2 -13.3 -16.6) |
| LCH | lch(88.2 21.2 231.3) |
| OKLCH | oklch(0.893 0.066 223.3) |
Copy-ready code
/* CSS */
color: #ace6fc;
background-color: #ace6fc;
/* Tailwind (arbitrary) */
class="text-[#ace6fc] bg-[#ace6fc]"
/* SCSS */
$brand: #ace6fc;
/* SwiftUI */
Color(red: 0.675, green: 0.902, blue: 0.988)
/* Android */
Color.parseColor("#ace6fc")Accessibility — WCAG contrast
Aa
#ace6fc on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace6fc on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.2%
Blue98.8%
CMYK percentages
Cyan31.7%
Magenta8.7%
Yellow0.0%
Key (black)1.2%
Color previews
#ace6fc text on a black background
contrast 15.48:1
Card sample
#ace6fc text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace6fc;
Background color
Panel with #ace6fc background
background-color: #ace6fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace6fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 230, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 230, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace6fc; background: linear-gradient(135deg, #ace6fc, #ACB1FC);