#adceeb
a light, vivid blue · cool · closest name: skyblue
RGB
173, 206, 235
HSL
208°, 61%, 80%
CMYK
26, 12, 0, 8
Luminance
0.5903
Every format
| HEX | #adceeb |
| RGB | rgb(173, 206, 235) |
| HSL | hsl(208, 61%, 80%) |
| CMYK | cmyk(26%, 12%, 0%, 8%) |
| LAB | lab(81.3 -4.5 -17.9) |
| LCH | lch(81.3 18.5 255.8) |
| OKLCH | oklch(0.837 0.054 245.0) |
Copy-ready code
/* CSS */
color: #adceeb;
background-color: #adceeb;
/* Tailwind (arbitrary) */
class="text-[#adceeb] bg-[#adceeb]"
/* SCSS */
$brand: #adceeb;
/* SwiftUI */
Color(red: 0.678, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#adceeb")Accessibility — WCAG contrast
Aa
#adceeb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adceeb on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.8%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta12.3%
Yellow0.0%
Key (black)7.8%
Color previews
#adceeb text on a black background
contrast 12.81:1
Card sample
#adceeb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adceeb;
Background color
Panel with #adceeb background
background-color: #adceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adceeb; background: linear-gradient(135deg, #adceeb, #B5ADEB);