#40cfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
64, 207, 223
HSL
186°, 71%, 56%
CMYK
71, 7, 0, 13
Luminance
0.5104
Every format
| HEX | #40cfdf |
| RGB | rgb(64, 207, 223) |
| HSL | hsl(186, 71%, 56%) |
| CMYK | cmyk(71%, 7%, 0%, 13%) |
| LAB | lab(76.7 -32.1 -18.9) |
| LCH | lch(76.7 37.2 210.5) |
| OKLCH | oklch(0.787 0.119 206.0) |
Copy-ready code
/* CSS */
color: #40cfdf;
background-color: #40cfdf;
/* Tailwind (arbitrary) */
class="text-[#40cfdf] bg-[#40cfdf]"
/* SCSS */
$brand: #40cfdf;
/* SwiftUI */
Color(red: 0.251, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#40cfdf")Accessibility — WCAG contrast
Aa
#40cfdf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#40cfdf on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green81.2%
Blue87.5%
CMYK percentages
Cyan71.3%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#40cfdf text on a black background
contrast 11.21:1
Card sample
#40cfdf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40cfdf;
Background color
Panel with #40cfdf background
background-color: #40cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40cfdf; background: linear-gradient(135deg, #40cfdf, #4065DF);