#adcfee
a light, vivid blue · cool · closest name: skyblue
RGB
173, 207, 238
HSL
209°, 66%, 81%
CMYK
27, 13, 0, 7
Luminance
0.5968
Every format
| HEX | #adcfee |
| RGB | rgb(173, 207, 238) |
| HSL | hsl(209, 66%, 81%) |
| CMYK | cmyk(27%, 13%, 0%, 7%) |
| LAB | lab(81.7 -4.4 -19.0) |
| LCH | lch(81.7 19.5 257.0) |
| OKLCH | oklch(0.840 0.057 246.1) |
Copy-ready code
/* CSS */
color: #adcfee;
background-color: #adcfee;
/* Tailwind (arbitrary) */
class="text-[#adcfee] bg-[#adcfee]"
/* SCSS */
$brand: #adcfee;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#adcfee")Accessibility — WCAG contrast
Aa
#adcfee on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcfee on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue93.3%
CMYK percentages
Cyan27.3%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#adcfee text on a black background
contrast 12.94:1
Card sample
#adcfee text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcfee;
Background color
Panel with #adcfee background
background-color: #adcfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcfee; background: linear-gradient(135deg, #adcfee, #B6ADEE);