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