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