#26aefd
a balanced, electric blue · cool · closest name: steelblue
RGB
38, 174, 253
HSL
202°, 98%, 57%
CMYK
85, 31, 0, 1
Luminance
0.3778
Every format
| HEX | #26aefd |
| RGB | rgb(38, 174, 253) |
| HSL | hsl(202, 98%, 57%) |
| CMYK | cmyk(85%, 31%, 0%, 1%) |
| LAB | lab(67.8 -7.7 -48.8) |
| LCH | lch(67.8 49.4 261.0) |
| OKLCH | oklch(0.719 0.158 241.3) |
Copy-ready code
/* CSS */
color: #26aefd;
background-color: #26aefd;
/* Tailwind (arbitrary) */
class="text-[#26aefd] bg-[#26aefd]"
/* SCSS */
$brand: #26aefd;
/* SwiftUI */
Color(red: 0.149, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#26aefd")Accessibility — WCAG contrast
Aa
#26aefd on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#26aefd on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green68.2%
Blue99.2%
CMYK percentages
Cyan85.0%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#26aefd text on a black background
contrast 8.56:1
Card sample
#26aefd text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #26aefd;
Background color
Panel with #26aefd background
background-color: #26aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #26aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #26aefd; background: linear-gradient(135deg, #26aefd, #2D26FD);