#acebe0
a light, vivid cyan · cool · closest name: beige
RGB
172, 235, 224
HSL
170°, 61%, 80%
CMYK
27, 0, 5, 8
Luminance
0.7357
Every format
| HEX | #acebe0 |
| RGB | rgb(172, 235, 224) |
| HSL | hsl(170, 61%, 80%) |
| CMYK | cmyk(27%, 0%, 5%, 8%) |
| LAB | lab(88.7 -22.0 -1.1) |
| LCH | lch(88.7 22.1 182.8) |
| OKLCH | oklch(0.894 0.065 182.8) |
Copy-ready code
/* CSS */
color: #acebe0;
background-color: #acebe0;
/* Tailwind (arbitrary) */
class="text-[#acebe0] bg-[#acebe0]"
/* SCSS */
$brand: #acebe0;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.878)
/* Android */
Color.parseColor("#acebe0")Accessibility — WCAG contrast
Aa
#acebe0 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acebe0 on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue87.8%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow4.7%
Key (black)7.8%
Color previews
#acebe0 text on a black background
contrast 15.71:1
Card sample
#acebe0 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acebe0;
Background color
Panel with #acebe0 background
background-color: #acebe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acebe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acebe0; background: linear-gradient(135deg, #acebe0, #ACCCEB);