#acecf3
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 236, 243
HSL
186°, 75%, 81%
CMYK
29, 3, 0, 5
Luminance
0.7523
Every format
| HEX | #acecf3 |
| RGB | rgb(172, 236, 243) |
| HSL | hsl(186, 75%, 81%) |
| CMYK | cmyk(29%, 3%, 0%, 5%) |
| LAB | lab(89.5 -18.4 -9.9) |
| LCH | lch(89.5 20.9 208.2) |
| OKLCH | oklch(0.902 0.065 204.6) |
Copy-ready code
/* CSS */
color: #acecf3;
background-color: #acecf3;
/* Tailwind (arbitrary) */
class="text-[#acecf3] bg-[#acecf3]"
/* SCSS */
$brand: #acecf3;
/* SwiftUI */
Color(red: 0.675, green: 0.925, blue: 0.953)
/* Android */
Color.parseColor("#acecf3")Accessibility — WCAG contrast
Aa
#acecf3 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acecf3 on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.5%
Blue95.3%
CMYK percentages
Cyan29.2%
Magenta2.9%
Yellow0.0%
Key (black)4.7%
Color previews
#acecf3 text on a black background
contrast 16.05:1
Card sample
#acecf3 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acecf3;
Background color
Panel with #acecf3 background
background-color: #acecf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acecf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 236, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 236, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acecf3; background: linear-gradient(135deg, #acecf3, #ACBDF3);