#adcff1
a light, vivid blue · cool · closest name: skyblue
RGB
173, 207, 241
HSL
210°, 71%, 81%
CMYK
28, 14, 0, 6
Luminance
0.5986
Every format
| HEX | #adcff1 |
| RGB | rgb(173, 207, 241) |
| HSL | hsl(210, 71%, 81%) |
| CMYK | cmyk(28%, 14%, 0%, 6%) |
| LAB | lab(81.8 -3.7 -20.4) |
| LCH | lch(81.8 20.7 259.8) |
| OKLCH | oklch(0.841 0.060 248.5) |
Copy-ready code
/* CSS */
color: #adcff1;
background-color: #adcff1;
/* Tailwind (arbitrary) */
class="text-[#adcff1] bg-[#adcff1]"
/* SCSS */
$brand: #adcff1;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.945)
/* Android */
Color.parseColor("#adcff1")Accessibility — WCAG contrast
Aa
#adcff1 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcff1 on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue94.5%
CMYK percentages
Cyan28.2%
Magenta14.1%
Yellow0.0%
Key (black)5.5%
Color previews
#adcff1 text on a black background
contrast 12.97:1
Card sample
#adcff1 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcff1;
Background color
Panel with #adcff1 background
background-color: #adcff1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcff1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcff1; background: linear-gradient(135deg, #adcff1, #B8ADF1);