#1badeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
27, 173, 235
HSL
198°, 84%, 51%
CMYK
89, 26, 0, 8
Luminance
0.3612
Every format
| HEX | #1badeb |
| RGB | rgb(27, 173, 235) |
| HSL | hsl(198, 84%, 51%) |
| CMYK | cmyk(89%, 26%, 0%, 8%) |
| LAB | lab(66.6 -14.2 -41.0) |
| LCH | lch(66.6 43.4 250.9) |
| OKLCH | oklch(0.706 0.143 234.2) |
Copy-ready code
/* CSS */
color: #1badeb;
background-color: #1badeb;
/* Tailwind (arbitrary) */
class="text-[#1badeb] bg-[#1badeb]"
/* SCSS */
$brand: #1badeb;
/* SwiftUI */
Color(red: 0.106, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#1badeb")Accessibility — WCAG contrast
Aa
#1badeb on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1badeb on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green67.8%
Blue92.2%
CMYK percentages
Cyan88.5%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#1badeb text on a black background
contrast 8.22:1
Card sample
#1badeb text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1badeb;
Background color
Panel with #1badeb background
background-color: #1badeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1badeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1badeb; background: linear-gradient(135deg, #1badeb, #1B22EB);