#acafeb
a light, vivid blue · warm · closest name: plum
RGB
172, 175, 235
HSL
237°, 61%, 80%
CMYK
27, 26, 0, 8
Luminance
0.4543
Every format
| HEX | #acafeb |
| RGB | rgb(172, 175, 235) |
| HSL | hsl(237, 61%, 80%) |
| CMYK | cmyk(27%, 26%, 0%, 8%) |
| LAB | lab(73.2 12.0 -30.3) |
| LCH | lch(73.2 32.6 291.5) |
| OKLCH | oklch(0.773 0.086 282.0) |
Copy-ready code
/* CSS */
color: #acafeb;
background-color: #acafeb;
/* Tailwind (arbitrary) */
class="text-[#acafeb] bg-[#acafeb]"
/* SCSS */
$brand: #acafeb;
/* SwiftUI */
Color(red: 0.675, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#acafeb")Accessibility — WCAG contrast
Aa
#acafeb on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acafeb on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green68.6%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#acafeb text on a black background
contrast 10.09:1
Card sample
#acafeb text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acafeb;
Background color
Panel with #acafeb background
background-color: #acafeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acafeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acafeb; background: linear-gradient(135deg, #acafeb, #D3ACEB);