#26c9ed
a balanced, electric cyan · cool · closest name: skyblue
RGB
38, 201, 237
HSL
191°, 85%, 54%
CMYK
84, 15, 0, 7
Luminance
0.4830
Every format
| HEX | #26c9ed |
| RGB | rgb(38, 201, 237) |
| HSL | hsl(191, 85%, 54%) |
| CMYK | cmyk(84%, 15%, 0%, 7%) |
| LAB | lab(75.0 -27.3 -29.0) |
| LCH | lch(75.0 39.9 226.7) |
| OKLCH | oklch(0.774 0.133 217.8) |
Copy-ready code
/* CSS */
color: #26c9ed;
background-color: #26c9ed;
/* Tailwind (arbitrary) */
class="text-[#26c9ed] bg-[#26c9ed]"
/* SCSS */
$brand: #26c9ed;
/* SwiftUI */
Color(red: 0.149, green: 0.788, blue: 0.929)
/* Android */
Color.parseColor("#26c9ed")Accessibility — WCAG contrast
Aa
#26c9ed on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#26c9ed on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green78.8%
Blue92.9%
CMYK percentages
Cyan84.0%
Magenta15.2%
Yellow0.0%
Key (black)7.1%
Color previews
#26c9ed text on a black background
contrast 10.66:1
Card sample
#26c9ed text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #26c9ed;
Background color
Panel with #26c9ed background
background-color: #26c9ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #26c9ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 201, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 201, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #26c9ed; background: linear-gradient(135deg, #26c9ed, #2644ED);