#3bafcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
59, 175, 207
HSL
193°, 61%, 52%
CMYK
72, 16, 0, 19
Luminance
0.3609
Every format
| HEX | #3bafcf |
| RGB | rgb(59, 175, 207) |
| HSL | hsl(193, 61%, 52%) |
| CMYK | cmyk(72%, 16%, 0%, 19%) |
| LAB | lab(66.6 -21.8 -25.6) |
| LCH | lch(66.6 33.6 229.6) |
| OKLCH | oklch(0.703 0.111 220.2) |
Copy-ready code
/* CSS */
color: #3bafcf;
background-color: #3bafcf;
/* Tailwind (arbitrary) */
class="text-[#3bafcf] bg-[#3bafcf]"
/* SCSS */
$brand: #3bafcf;
/* SwiftUI */
Color(red: 0.231, green: 0.686, blue: 0.812)
/* Android */
Color.parseColor("#3bafcf")Accessibility — WCAG contrast
Aa
#3bafcf on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bafcf on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green68.6%
Blue81.2%
CMYK percentages
Cyan71.5%
Magenta15.5%
Yellow0.0%
Key (black)18.8%
Color previews
#3bafcf text on a black background
contrast 8.22:1
Card sample
#3bafcf text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bafcf;
Background color
Panel with #3bafcf background
background-color: #3bafcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bafcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 175, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 175, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bafcf; background: linear-gradient(135deg, #3bafcf, #3B4CCF);