#3fa2cf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
63, 162, 207
HSL
199°, 60%, 53%
CMYK
70, 22, 0, 19
Luminance
0.3140
Every format
| HEX | #3fa2cf |
| RGB | rgb(63, 162, 207) |
| HSL | hsl(199, 60%, 53%) |
| CMYK | cmyk(70%, 22%, 0%, 19%) |
| LAB | lab(62.8 -14.3 -31.3) |
| LCH | lch(62.8 34.5 245.4) |
| OKLCH | oklch(0.673 0.112 231.6) |
Copy-ready code
/* CSS */
color: #3fa2cf;
background-color: #3fa2cf;
/* Tailwind (arbitrary) */
class="text-[#3fa2cf] bg-[#3fa2cf]"
/* SCSS */
$brand: #3fa2cf;
/* SwiftUI */
Color(red: 0.247, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#3fa2cf")Accessibility — WCAG contrast
Aa
#3fa2cf on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fa2cf on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green63.5%
Blue81.2%
CMYK percentages
Cyan69.6%
Magenta21.7%
Yellow0.0%
Key (black)18.8%
Color previews
#3fa2cf text on a black background
contrast 7.28:1
Card sample
#3fa2cf text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fa2cf;
Background color
Panel with #3fa2cf background
background-color: #3fa2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fa2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fa2cf; background: linear-gradient(135deg, #3fa2cf, #3F42CF);