#40c7fe
a balanced, electric cyan · cool · closest name: skyblue
RGB
64, 199, 254
HSL
197°, 99%, 62%
CMYK
75, 22, 0, 0
Luminance
0.4909
Every format
| HEX | #40c7fe |
| RGB | rgb(64, 199, 254) |
| HSL | hsl(197, 99%, 62%) |
| CMYK | cmyk(75%, 22%, 0%, 0%) |
| LAB | lab(75.5 -18.4 -37.3) |
| LCH | lch(75.5 41.6 243.7) |
| OKLCH | oklch(0.781 0.137 230.0) |
Copy-ready code
/* CSS */
color: #40c7fe;
background-color: #40c7fe;
/* Tailwind (arbitrary) */
class="text-[#40c7fe] bg-[#40c7fe]"
/* SCSS */
$brand: #40c7fe;
/* SwiftUI */
Color(red: 0.251, green: 0.780, blue: 0.996)
/* Android */
Color.parseColor("#40c7fe")Accessibility — WCAG contrast
Aa
#40c7fe on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#40c7fe on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green78.0%
Blue99.6%
CMYK percentages
Cyan74.8%
Magenta21.7%
Yellow0.0%
Key (black)0.4%
Color previews
#40c7fe text on a black background
contrast 10.82:1
Card sample
#40c7fe text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40c7fe;
Background color
Panel with #40c7fe background
background-color: #40c7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40c7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 199, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 199, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40c7fe; background: linear-gradient(135deg, #40c7fe, #4048FE);