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