#41fdee
a balanced, electric cyan · cool · closest name: cyan
RGB
65, 253, 238
HSL
175°, 98%, 62%
CMYK
74, 0, 6, 1
Luminance
0.7755
Every format
| HEX | #41fdee |
| RGB | rgb(65, 253, 238) |
| HSL | hsl(175, 98%, 62%) |
| CMYK | cmyk(74%, 0%, 6%, 1%) |
| LAB | lab(90.6 -48.5 -6.1) |
| LCH | lch(90.6 48.9 187.1) |
| OKLCH | oklch(0.901 0.145 186.8) |
Copy-ready code
/* CSS */
color: #41fdee;
background-color: #41fdee;
/* Tailwind (arbitrary) */
class="text-[#41fdee] bg-[#41fdee]"
/* SCSS */
$brand: #41fdee;
/* SwiftUI */
Color(red: 0.255, green: 0.992, blue: 0.933)
/* Android */
Color.parseColor("#41fdee")Accessibility — WCAG contrast
Aa
#41fdee on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41fdee on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green99.2%
Blue93.3%
CMYK percentages
Cyan74.3%
Magenta0.0%
Yellow5.9%
Key (black)0.8%
Color previews
#41fdee text on a black background
contrast 16.51:1
Card sample
#41fdee text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41fdee;
Background color
Panel with #41fdee background
background-color: #41fdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41fdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 253, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 253, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41fdee; background: linear-gradient(135deg, #41fdee, #418FFD);