#3fbacb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
63, 186, 203
HSL
187°, 57%, 52%
CMYK
69, 8, 0, 20
Luminance
0.4049
Every format
| HEX | #3fbacb |
| RGB | rgb(63, 186, 203) |
| HSL | hsl(187, 57%, 52%) |
| CMYK | cmyk(69%, 8%, 0%, 20%) |
| LAB | lab(69.8 -28.0 -18.4) |
| LCH | lch(69.8 33.5 213.4) |
| OKLCH | oklch(0.729 0.108 208.3) |
Copy-ready code
/* CSS */
color: #3fbacb;
background-color: #3fbacb;
/* Tailwind (arbitrary) */
class="text-[#3fbacb] bg-[#3fbacb]"
/* SCSS */
$brand: #3fbacb;
/* SwiftUI */
Color(red: 0.247, green: 0.729, blue: 0.796)
/* Android */
Color.parseColor("#3fbacb")Accessibility — WCAG contrast
Aa
#3fbacb on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fbacb on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green72.9%
Blue79.6%
CMYK percentages
Cyan69.0%
Magenta8.4%
Yellow0.0%
Key (black)20.4%
Color previews
#3fbacb text on a black background
contrast 9.10:1
Card sample
#3fbacb text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fbacb;
Background color
Panel with #3fbacb background
background-color: #3fbacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fbacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 186, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 186, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fbacb; background: linear-gradient(135deg, #3fbacb, #3F5DCB);