#3dbfcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
61, 191, 207
HSL
187°, 60%, 53%
CMYK
71, 8, 0, 19
Luminance
0.4276
Every format
| HEX | #3dbfcf |
| RGB | rgb(61, 191, 207) |
| HSL | hsl(187, 60%, 53%) |
| CMYK | cmyk(71%, 8%, 0%, 19%) |
| LAB | lab(71.4 -29.5 -18.3) |
| LCH | lch(71.4 34.7 211.7) |
| OKLCH | oklch(0.742 0.112 207.0) |
Copy-ready code
/* CSS */
color: #3dbfcf;
background-color: #3dbfcf;
/* Tailwind (arbitrary) */
class="text-[#3dbfcf] bg-[#3dbfcf]"
/* SCSS */
$brand: #3dbfcf;
/* SwiftUI */
Color(red: 0.239, green: 0.749, blue: 0.812)
/* Android */
Color.parseColor("#3dbfcf")Accessibility — WCAG contrast
Aa
#3dbfcf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dbfcf on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green74.9%
Blue81.2%
CMYK percentages
Cyan70.5%
Magenta7.7%
Yellow0.0%
Key (black)18.8%
Color previews
#3dbfcf text on a black background
contrast 9.55:1
Card sample
#3dbfcf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dbfcf;
Background color
Panel with #3dbfcf background
background-color: #3dbfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dbfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 191, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 191, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dbfcf; background: linear-gradient(135deg, #3dbfcf, #3D5DCF);