#3f8fac
a balanced, vivid cyan · cool · closest name: steelblue
RGB
63, 143, 172
HSL
196°, 46%, 46%
CMYK
63, 17, 0, 33
Luminance
0.2368
Every format
| HEX | #3f8fac |
| RGB | rgb(63, 143, 172) |
| HSL | hsl(196, 46%, 46%) |
| CMYK | cmyk(63%, 17%, 0%, 33%) |
| LAB | lab(55.8 -15.4 -22.5) |
| LCH | lch(55.8 27.3 235.7) |
| OKLCH | oklch(0.612 0.089 225.0) |
Copy-ready code
/* CSS */
color: #3f8fac;
background-color: #3f8fac;
/* Tailwind (arbitrary) */
class="text-[#3f8fac] bg-[#3f8fac]"
/* SCSS */
$brand: #3f8fac;
/* SwiftUI */
Color(red: 0.247, green: 0.561, blue: 0.675)
/* Android */
Color.parseColor("#3f8fac")Accessibility — WCAG contrast
Aa
#3f8fac on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f8fac on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green56.1%
Blue67.5%
CMYK percentages
Cyan63.4%
Magenta16.9%
Yellow0.0%
Key (black)32.5%
Color previews
#3f8fac text on a black background
contrast 5.74:1
Card sample
#3f8fac text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f8fac;
Background color
Panel with #3f8fac background
background-color: #3f8fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f8fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 143, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 143, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f8fac; background: linear-gradient(135deg, #3f8fac, #3F46AC);