#acebe2
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 235, 226
HSL
171°, 61%, 80%
CMYK
27, 0, 4, 8
Luminance
0.7368
Every format
| HEX | #acebe2 |
| RGB | rgb(172, 235, 226) |
| HSL | hsl(171, 61%, 80%) |
| CMYK | cmyk(27%, 0%, 4%, 8%) |
| LAB | lab(88.8 -21.6 -2.0) |
| LCH | lch(88.8 21.7 185.4) |
| OKLCH | oklch(0.895 0.065 185.2) |
Copy-ready code
/* CSS */
color: #acebe2;
background-color: #acebe2;
/* Tailwind (arbitrary) */
class="text-[#acebe2] bg-[#acebe2]"
/* SCSS */
$brand: #acebe2;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.886)
/* Android */
Color.parseColor("#acebe2")Accessibility — WCAG contrast
Aa
#acebe2 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acebe2 on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue88.6%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow3.8%
Key (black)7.8%
Color previews
#acebe2 text on a black background
contrast 15.74:1
Card sample
#acebe2 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acebe2;
Background color
Panel with #acebe2 background
background-color: #acebe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acebe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acebe2; background: linear-gradient(135deg, #acebe2, #ACCAEB);