#3bafc3
a balanced, vivid cyan · cool · closest name: skyblue
RGB
59, 175, 195
HSL
189°, 54%, 50%
CMYK
70, 10, 0, 24
Luminance
0.3553
Every format
| HEX | #3bafc3 |
| RGB | rgb(59, 175, 195) |
| HSL | hsl(189, 54%, 50%) |
| CMYK | cmyk(70%, 10%, 0%, 24%) |
| LAB | lab(66.2 -25.5 -19.6) |
| LCH | lch(66.2 32.2 217.5) |
| OKLCH | oklch(0.698 0.105 211.4) |
Copy-ready code
/* CSS */
color: #3bafc3;
background-color: #3bafc3;
/* Tailwind (arbitrary) */
class="text-[#3bafc3] bg-[#3bafc3]"
/* SCSS */
$brand: #3bafc3;
/* SwiftUI */
Color(red: 0.231, green: 0.686, blue: 0.765)
/* Android */
Color.parseColor("#3bafc3")Accessibility — WCAG contrast
Aa
#3bafc3 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bafc3 on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green68.6%
Blue76.5%
CMYK percentages
Cyan69.7%
Magenta10.3%
Yellow0.0%
Key (black)23.5%
Color previews
#3bafc3 text on a black background
contrast 8.11:1
Card sample
#3bafc3 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bafc3;
Background color
Panel with #3bafc3 background
background-color: #3bafc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bafc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 175, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 175, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bafc3; background: linear-gradient(135deg, #3bafc3, #3B54C3);