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