#adcff4
a light, electric blue · cool · closest name: skyblue
RGB
173, 207, 244
HSL
211°, 76%, 82%
CMYK
29, 15, 0, 4
Luminance
0.6004
Every format
| HEX | #adcff4 |
| RGB | rgb(173, 207, 244) |
| HSL | hsl(211, 76%, 82%) |
| CMYK | cmyk(29%, 15%, 0%, 4%) |
| LAB | lab(81.9 -3.0 -21.9) |
| LCH | lch(81.9 22.1 262.3) |
| OKLCH | oklch(0.842 0.064 250.8) |
Copy-ready code
/* CSS */
color: #adcff4;
background-color: #adcff4;
/* Tailwind (arbitrary) */
class="text-[#adcff4] bg-[#adcff4]"
/* SCSS */
$brand: #adcff4;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.957)
/* Android */
Color.parseColor("#adcff4")Accessibility — WCAG contrast
Aa
#adcff4 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcff4 on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue95.7%
CMYK percentages
Cyan29.1%
Magenta15.2%
Yellow0.0%
Key (black)4.3%
Color previews
#adcff4 text on a black background
contrast 13.01:1
Card sample
#adcff4 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcff4;
Background color
Panel with #adcff4 background
background-color: #adcff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcff4; background: linear-gradient(135deg, #adcff4, #BBADF4);