#adebfb
a light, electric cyan · cool · closest name: skyblue
RGB
173, 235, 251
HSL
192°, 91%, 83%
CMYK
31, 6, 0, 2
Luminance
0.7527
Every format
| HEX | #adebfb |
| RGB | rgb(173, 235, 251) |
| HSL | hsl(192, 91%, 83%) |
| CMYK | cmyk(31%, 6%, 0%, 2%) |
| LAB | lab(89.5 -15.8 -14.0) |
| LCH | lch(89.5 21.1 221.6) |
| OKLCH | oklch(0.903 0.066 215.4) |
Copy-ready code
/* CSS */
color: #adebfb;
background-color: #adebfb;
/* Tailwind (arbitrary) */
class="text-[#adebfb] bg-[#adebfb]"
/* SCSS */
$brand: #adebfb;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.984)
/* Android */
Color.parseColor("#adebfb")Accessibility — WCAG contrast
Aa
#adebfb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adebfb on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue98.4%
CMYK percentages
Cyan31.1%
Magenta6.4%
Yellow0.0%
Key (black)1.6%
Color previews
#adebfb text on a black background
contrast 16.05:1
Card sample
#adebfb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adebfb;
Background color
Panel with #adebfb background
background-color: #adebfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adebfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adebfb; background: linear-gradient(135deg, #adebfb, #ADB7FB);