#3ba8cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
59, 168, 207
HSL
196°, 61%, 52%
CMYK
72, 19, 0, 19
Luminance
0.3344
Every format
| HEX | #3ba8cf |
| RGB | rgb(59, 168, 207) |
| HSL | hsl(196, 61%, 52%) |
| CMYK | cmyk(72%, 19%, 0%, 19%) |
| LAB | lab(64.5 -18.1 -28.8) |
| LCH | lch(64.5 34.0 237.8) |
| OKLCH | oklch(0.686 0.112 226.0) |
Copy-ready code
/* CSS */
color: #3ba8cf;
background-color: #3ba8cf;
/* Tailwind (arbitrary) */
class="text-[#3ba8cf] bg-[#3ba8cf]"
/* SCSS */
$brand: #3ba8cf;
/* SwiftUI */
Color(red: 0.231, green: 0.659, blue: 0.812)
/* Android */
Color.parseColor("#3ba8cf")Accessibility — WCAG contrast
Aa
#3ba8cf on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ba8cf on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green65.9%
Blue81.2%
CMYK percentages
Cyan71.5%
Magenta18.8%
Yellow0.0%
Key (black)18.8%
Color previews
#3ba8cf text on a black background
contrast 7.69:1
Card sample
#3ba8cf text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba8cf;
Background color
Panel with #3ba8cf background
background-color: #3ba8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 168, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 168, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba8cf; background: linear-gradient(135deg, #3ba8cf, #3B45CF);