#3dbfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
61, 191, 223
HSL
192°, 72%, 56%
CMYK
73, 14, 0, 13
Luminance
0.4358
Every format
| HEX | #3dbfdf |
| RGB | rgb(61, 191, 223) |
| HSL | hsl(192, 72%, 56%) |
| CMYK | cmyk(73%, 14%, 0%, 13%) |
| LAB | lab(72.0 -24.6 -26.1) |
| LCH | lch(72.0 35.9 226.7) |
| OKLCH | oklch(0.748 0.118 218.1) |
Copy-ready code
/* CSS */
color: #3dbfdf;
background-color: #3dbfdf;
/* Tailwind (arbitrary) */
class="text-[#3dbfdf] bg-[#3dbfdf]"
/* SCSS */
$brand: #3dbfdf;
/* SwiftUI */
Color(red: 0.239, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#3dbfdf")Accessibility — WCAG contrast
Aa
#3dbfdf on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dbfdf on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green74.9%
Blue87.5%
CMYK percentages
Cyan72.6%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#3dbfdf text on a black background
contrast 9.72:1
Card sample
#3dbfdf text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dbfdf;
Background color
Panel with #3dbfdf background
background-color: #3dbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dbfdf; background: linear-gradient(135deg, #3dbfdf, #3D53DF);