#3f9fac
a balanced, vivid cyan · cool · closest name: teal
RGB
63, 159, 172
HSL
187°, 46%, 46%
CMYK
63, 8, 0, 33
Luminance
0.2883
Every format
| HEX | #3f9fac |
| RGB | rgb(63, 159, 172) |
| HSL | hsl(187, 46%, 46%) |
| CMYK | cmyk(63%, 8%, 0%, 33%) |
| LAB | lab(60.6 -23.8 -15.1) |
| LCH | lch(60.6 28.2 212.4) |
| OKLCH | oklch(0.651 0.090 207.6) |
Copy-ready code
/* CSS */
color: #3f9fac;
background-color: #3f9fac;
/* Tailwind (arbitrary) */
class="text-[#3f9fac] bg-[#3f9fac]"
/* SCSS */
$brand: #3f9fac;
/* SwiftUI */
Color(red: 0.247, green: 0.624, blue: 0.675)
/* Android */
Color.parseColor("#3f9fac")Accessibility — WCAG contrast
Aa
#3f9fac on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f9fac on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green62.4%
Blue67.5%
CMYK percentages
Cyan63.4%
Magenta7.6%
Yellow0.0%
Key (black)32.5%
Color previews
#3f9fac text on a black background
contrast 6.77:1
Card sample
#3f9fac text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f9fac;
Background color
Panel with #3f9fac background
background-color: #3f9fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f9fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 159, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 159, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f9fac; background: linear-gradient(135deg, #3f9fac, #3F56AC);