#41cfdb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
65, 207, 219
HSL
185°, 68%, 56%
CMYK
70, 6, 0, 14
Luminance
0.5086
Every format
| HEX | #41cfdb |
| RGB | rgb(65, 207, 219) |
| HSL | hsl(185, 68%, 56%) |
| CMYK | cmyk(70%, 6%, 0%, 14%) |
| LAB | lab(76.6 -33.1 -16.9) |
| LCH | lch(76.6 37.2 207.0) |
| OKLCH | oklch(0.786 0.118 203.3) |
Copy-ready code
/* CSS */
color: #41cfdb;
background-color: #41cfdb;
/* Tailwind (arbitrary) */
class="text-[#41cfdb] bg-[#41cfdb]"
/* SCSS */
$brand: #41cfdb;
/* SwiftUI */
Color(red: 0.255, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#41cfdb")Accessibility — WCAG contrast
Aa
#41cfdb on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41cfdb on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green81.2%
Blue85.9%
CMYK percentages
Cyan70.3%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#41cfdb text on a black background
contrast 11.17:1
Card sample
#41cfdb text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41cfdb;
Background color
Panel with #41cfdb background
background-color: #41cfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41cfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41cfdb; background: linear-gradient(135deg, #41cfdb, #4168DB);