#40c1ff
a balanced, electric cyan · cool · closest name: skyblue
RGB
64, 193, 255
HSL
200°, 100%, 63%
CMYK
75, 24, 0, 0
Luminance
0.4645
Every format
| HEX | #40c1ff |
| RGB | rgb(64, 193, 255) |
| HSL | hsl(200, 100%, 63%) |
| CMYK | cmyk(75%, 24%, 0%, 0%) |
| LAB | lab(73.8 -14.9 -40.5) |
| LCH | lch(73.8 43.1 249.7) |
| OKLCH | oklch(0.768 0.141 234.2) |
Copy-ready code
/* CSS */
color: #40c1ff;
background-color: #40c1ff;
/* Tailwind (arbitrary) */
class="text-[#40c1ff] bg-[#40c1ff]"
/* SCSS */
$brand: #40c1ff;
/* SwiftUI */
Color(red: 0.251, green: 0.757, blue: 1.000)
/* Android */
Color.parseColor("#40c1ff")Accessibility — WCAG contrast
Aa
#40c1ff on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#40c1ff on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green75.7%
Blue100.0%
CMYK percentages
Cyan74.9%
Magenta24.3%
Yellow0.0%
Key (black)0.0%
Color previews
#40c1ff text on a black background
contrast 10.29:1
Card sample
#40c1ff text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40c1ff;
Background color
Panel with #40c1ff background
background-color: #40c1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40c1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 193, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 193, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40c1ff; background: linear-gradient(135deg, #40c1ff, #4041FF);