#acecf5
a light, electric cyan · cool · closest name: skyblue
RGB
172, 236, 245
HSL
187°, 79%, 82%
CMYK
30, 4, 0, 4
Luminance
0.7535
Every format
| HEX | #acecf5 |
| RGB | rgb(172, 236, 245) |
| HSL | hsl(187, 79%, 82%) |
| CMYK | cmyk(30%, 4%, 0%, 4%) |
| LAB | lab(89.6 -17.9 -10.8) |
| LCH | lch(89.6 20.9 211.1) |
| OKLCH | oklch(0.903 0.065 206.9) |
Copy-ready code
/* CSS */
color: #acecf5;
background-color: #acecf5;
/* Tailwind (arbitrary) */
class="text-[#acecf5] bg-[#acecf5]"
/* SCSS */
$brand: #acecf5;
/* SwiftUI */
Color(red: 0.675, green: 0.925, blue: 0.961)
/* Android */
Color.parseColor("#acecf5")Accessibility — WCAG contrast
Aa
#acecf5 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acecf5 on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.5%
Blue96.1%
CMYK percentages
Cyan29.8%
Magenta3.7%
Yellow0.0%
Key (black)3.9%
Color previews
#acecf5 text on a black background
contrast 16.07:1
Card sample
#acecf5 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acecf5;
Background color
Panel with #acecf5 background
background-color: #acecf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acecf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 236, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 236, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acecf5; background: linear-gradient(135deg, #acecf5, #ACBBF5);