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