#3bafdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
59, 175, 223
HSL
198°, 72%, 55%
CMYK
74, 22, 0, 13
Luminance
0.3692
Every format
| HEX | #3bafdf |
| RGB | rgb(59, 175, 223) |
| HSL | hsl(198, 72%, 55%) |
| CMYK | cmyk(74%, 22%, 0%, 13%) |
| LAB | lab(67.2 -16.6 -33.4) |
| LCH | lch(67.2 37.3 243.6) |
| OKLCH | oklch(0.710 0.122 230.0) |
Copy-ready code
/* CSS */
color: #3bafdf;
background-color: #3bafdf;
/* Tailwind (arbitrary) */
class="text-[#3bafdf] bg-[#3bafdf]"
/* SCSS */
$brand: #3bafdf;
/* SwiftUI */
Color(red: 0.231, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#3bafdf")Accessibility — WCAG contrast
Aa
#3bafdf on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bafdf on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green68.6%
Blue87.5%
CMYK percentages
Cyan73.5%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#3bafdf text on a black background
contrast 8.38:1
Card sample
#3bafdf text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bafdf;
Background color
Panel with #3bafdf background
background-color: #3bafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bafdf; background: linear-gradient(135deg, #3bafdf, #3B42DF);