#acafee
a light, vivid blue · warm · closest name: plum
RGB
172, 175, 238
HSL
237°, 66%, 80%
CMYK
28, 27, 0, 7
Luminance
0.4560
Every format
| HEX | #acafee |
| RGB | rgb(172, 175, 238) |
| HSL | hsl(237, 66%, 80%) |
| CMYK | cmyk(28%, 27%, 0%, 7%) |
| LAB | lab(73.3 12.7 -31.8) |
| LCH | lch(73.3 34.2 291.8) |
| OKLCH | oklch(0.774 0.090 282.0) |
Copy-ready code
/* CSS */
color: #acafee;
background-color: #acafee;
/* Tailwind (arbitrary) */
class="text-[#acafee] bg-[#acafee]"
/* SCSS */
$brand: #acafee;
/* SwiftUI */
Color(red: 0.675, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#acafee")Accessibility — WCAG contrast
Aa
#acafee on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acafee on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green68.6%
Blue93.3%
CMYK percentages
Cyan27.7%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#acafee text on a black background
contrast 10.12:1
Card sample
#acafee text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acafee;
Background color
Panel with #acafee background
background-color: #acafee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acafee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acafee; background: linear-gradient(135deg, #acafee, #D5ACEE);