#26adeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
38, 173, 235
HSL
199°, 83%, 54%
CMYK
84, 26, 0, 8
Luminance
0.3630
Every format
| HEX | #26adeb |
| RGB | rgb(38, 173, 235) |
| HSL | hsl(199, 83%, 54%) |
| CMYK | cmyk(84%, 26%, 0%, 8%) |
| LAB | lab(66.7 -13.5 -40.7) |
| LCH | lch(66.7 42.9 251.7) |
| OKLCH | oklch(0.707 0.141 235.0) |
Copy-ready code
/* CSS */
color: #26adeb;
background-color: #26adeb;
/* Tailwind (arbitrary) */
class="text-[#26adeb] bg-[#26adeb]"
/* SCSS */
$brand: #26adeb;
/* SwiftUI */
Color(red: 0.149, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#26adeb")Accessibility — WCAG contrast
Aa
#26adeb on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#26adeb on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green67.8%
Blue92.2%
CMYK percentages
Cyan83.8%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#26adeb text on a black background
contrast 8.26:1
Card sample
#26adeb text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #26adeb;
Background color
Panel with #26adeb background
background-color: #26adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #26adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #26adeb; background: linear-gradient(135deg, #26adeb, #262AEB);