#adebf0
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 235, 240
HSL
185°, 69%, 81%
CMYK
28, 2, 0, 6
Luminance
0.7459
Every format
| HEX | #adebf0 |
| RGB | rgb(173, 235, 240) |
| HSL | hsl(185, 69%, 81%) |
| CMYK | cmyk(28%, 2%, 0%, 6%) |
| LAB | lab(89.2 -18.3 -8.7) |
| LCH | lch(89.2 20.3 205.5) |
| OKLCH | oklch(0.900 0.063 202.3) |
Copy-ready code
/* CSS */
color: #adebf0;
background-color: #adebf0;
/* Tailwind (arbitrary) */
class="text-[#adebf0] bg-[#adebf0]"
/* SCSS */
$brand: #adebf0;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.941)
/* Android */
Color.parseColor("#adebf0")Accessibility — WCAG contrast
Aa
#adebf0 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adebf0 on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue94.1%
CMYK percentages
Cyan27.9%
Magenta2.1%
Yellow0.0%
Key (black)5.9%
Color previews
#adebf0 text on a black background
contrast 15.92:1
Card sample
#adebf0 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adebf0;
Background color
Panel with #adebf0 background
background-color: #adebf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adebf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adebf0; background: linear-gradient(135deg, #adebf0, #ADBEF0);