#acbfeb
a light, vivid blue · cool · closest name: skyblue
RGB
172, 191, 235
HSL
222°, 61%, 80%
CMYK
27, 19, 0, 8
Luminance
0.5203
Every format
| HEX | #acbfeb |
| RGB | rgb(172, 191, 235) |
| HSL | hsl(222, 61%, 80%) |
| CMYK | cmyk(27%, 19%, 0%, 8%) |
| LAB | lab(77.3 3.2 -24.0) |
| LCH | lch(77.3 24.2 277.6) |
| OKLCH | oklch(0.805 0.066 266.6) |
Copy-ready code
/* CSS */
color: #acbfeb;
background-color: #acbfeb;
/* Tailwind (arbitrary) */
class="text-[#acbfeb] bg-[#acbfeb]"
/* SCSS */
$brand: #acbfeb;
/* SwiftUI */
Color(red: 0.675, green: 0.749, blue: 0.922)
/* Android */
Color.parseColor("#acbfeb")Accessibility — WCAG contrast
Aa
#acbfeb on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbfeb on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green74.9%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta18.7%
Yellow0.0%
Key (black)7.8%
Color previews
#acbfeb text on a black background
contrast 11.41:1
Card sample
#acbfeb text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbfeb;
Background color
Panel with #acbfeb background
background-color: #acbfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 191, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 191, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbfeb; background: linear-gradient(135deg, #acbfeb, #C3ACEB);