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