#26cfee
a balanced, electric cyan · cool · closest name: skyblue
RGB
38, 207, 238
HSL
189°, 86%, 54%
CMYK
84, 13, 0, 7
Luminance
0.5121
Every format
| HEX | #26cfee |
| RGB | rgb(38, 207, 238) |
| HSL | hsl(189, 86%, 54%) |
| CMYK | cmyk(84%, 13%, 0%, 7%) |
| LAB | lab(76.8 -29.9 -26.8) |
| LCH | lch(76.8 40.2 221.8) |
| OKLCH | oklch(0.788 0.133 214.3) |
Copy-ready code
/* CSS */
color: #26cfee;
background-color: #26cfee;
/* Tailwind (arbitrary) */
class="text-[#26cfee] bg-[#26cfee]"
/* SCSS */
$brand: #26cfee;
/* SwiftUI */
Color(red: 0.149, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#26cfee")Accessibility — WCAG contrast
Aa
#26cfee on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#26cfee on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green81.2%
Blue93.3%
CMYK percentages
Cyan84.0%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#26cfee text on a black background
contrast 11.24:1
Card sample
#26cfee text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #26cfee;
Background color
Panel with #26cfee background
background-color: #26cfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #26cfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #26cfee; background: linear-gradient(135deg, #26cfee, #264AEE);