#40cad7
a balanced, vivid cyan · cool · closest name: skyblue
RGB
64, 202, 215
HSL
185°, 65%, 55%
CMYK
70, 6, 0, 16
Luminance
0.4824
Every format
| HEX | #40cad7 |
| RGB | rgb(64, 202, 215) |
| HSL | hsl(185, 65%, 55%) |
| CMYK | cmyk(70%, 6%, 0%, 16%) |
| LAB | lab(75.0 -32.0 -17.2) |
| LCH | lch(75.0 36.4 208.2) |
| OKLCH | oklch(0.772 0.116 204.3) |
Copy-ready code
/* CSS */
color: #40cad7;
background-color: #40cad7;
/* Tailwind (arbitrary) */
class="text-[#40cad7] bg-[#40cad7]"
/* SCSS */
$brand: #40cad7;
/* SwiftUI */
Color(red: 0.251, green: 0.792, blue: 0.843)
/* Android */
Color.parseColor("#40cad7")Accessibility — WCAG contrast
Aa
#40cad7 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#40cad7 on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green79.2%
Blue84.3%
CMYK percentages
Cyan70.2%
Magenta6.0%
Yellow0.0%
Key (black)15.7%
Color previews
#40cad7 text on a black background
contrast 10.65:1
Card sample
#40cad7 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40cad7;
Background color
Panel with #40cad7 background
background-color: #40cad7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40cad7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 202, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 202, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40cad7; background: linear-gradient(135deg, #40cad7, #4065D7);