#adcdef
a light, vivid blue · cool · closest name: skyblue
RGB
173, 205, 239
HSL
211°, 67%, 81%
CMYK
28, 14, 0, 6
Luminance
0.5878
Every format
| HEX | #adcdef |
| RGB | rgb(173, 205, 239) |
| HSL | hsl(211, 67%, 81%) |
| CMYK | cmyk(28%, 14%, 0%, 6%) |
| LAB | lab(81.2 -3.1 -20.2) |
| LCH | lch(81.2 20.5 261.3) |
| OKLCH | oklch(0.836 0.059 250.1) |
Copy-ready code
/* CSS */
color: #adcdef;
background-color: #adcdef;
/* Tailwind (arbitrary) */
class="text-[#adcdef] bg-[#adcdef]"
/* SCSS */
$brand: #adcdef;
/* SwiftUI */
Color(red: 0.678, green: 0.804, blue: 0.937)
/* Android */
Color.parseColor("#adcdef")Accessibility — WCAG contrast
Aa
#adcdef on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcdef on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.4%
Blue93.7%
CMYK percentages
Cyan27.6%
Magenta14.2%
Yellow0.0%
Key (black)6.3%
Color previews
#adcdef text on a black background
contrast 12.76:1
Card sample
#adcdef text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcdef;
Background color
Panel with #adcdef background
background-color: #adcdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 205, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 205, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcdef; background: linear-gradient(135deg, #adcdef, #B9ADEF);