#26cef0
a balanced, electric cyan · cool · closest name: skyblue
RGB
38, 206, 240
HSL
190°, 87%, 55%
CMYK
84, 14, 0, 6
Luminance
0.5085
Every format
| HEX | #26cef0 |
| RGB | rgb(38, 206, 240) |
| HSL | hsl(190, 87%, 55%) |
| CMYK | cmyk(84%, 14%, 0%, 6%) |
| LAB | lab(76.6 -28.8 -28.2) |
| LCH | lch(76.6 40.3 224.4) |
| OKLCH | oklch(0.787 0.134 216.2) |
Copy-ready code
/* CSS */
color: #26cef0;
background-color: #26cef0;
/* Tailwind (arbitrary) */
class="text-[#26cef0] bg-[#26cef0]"
/* SCSS */
$brand: #26cef0;
/* SwiftUI */
Color(red: 0.149, green: 0.808, blue: 0.941)
/* Android */
Color.parseColor("#26cef0")Accessibility — WCAG contrast
Aa
#26cef0 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#26cef0 on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green80.8%
Blue94.1%
CMYK percentages
Cyan84.2%
Magenta14.2%
Yellow0.0%
Key (black)5.9%
Color previews
#26cef0 text on a black background
contrast 11.17:1
Card sample
#26cef0 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #26cef0;
Background color
Panel with #26cef0 background
background-color: #26cef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #26cef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 206, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 206, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #26cef0; background: linear-gradient(135deg, #26cef0, #2647F0);