#acbeee
a light, vivid blue · cool · closest name: skyblue
RGB
172, 190, 238
HSL
224°, 66%, 80%
CMYK
28, 20, 0, 7
Luminance
0.5177
Every format
| HEX | #acbeee |
| RGB | rgb(172, 190, 238) |
| HSL | hsl(224, 66%, 80%) |
| CMYK | cmyk(28%, 20%, 0%, 7%) |
| LAB | lab(77.1 4.4 -25.8) |
| LCH | lch(77.1 26.2 279.7) |
| OKLCH | oklch(0.804 0.071 268.7) |
Copy-ready code
/* CSS */
color: #acbeee;
background-color: #acbeee;
/* Tailwind (arbitrary) */
class="text-[#acbeee] bg-[#acbeee]"
/* SCSS */
$brand: #acbeee;
/* SwiftUI */
Color(red: 0.675, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#acbeee")Accessibility — WCAG contrast
Aa
#acbeee on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbeee on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green74.5%
Blue93.3%
CMYK percentages
Cyan27.7%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#acbeee text on a black background
contrast 11.35:1
Card sample
#acbeee text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbeee;
Background color
Panel with #acbeee background
background-color: #acbeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbeee; background: linear-gradient(135deg, #acbeee, #C6ACEE);