#3bafdb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
59, 175, 219
HSL
197°, 69%, 55%
CMYK
73, 20, 0, 14
Luminance
0.3670
Every format
| HEX | #3bafdb |
| RGB | rgb(59, 175, 219) |
| HSL | hsl(197, 69%, 55%) |
| CMYK | cmyk(73%, 20%, 0%, 14%) |
| LAB | lab(67.0 -17.9 -31.5) |
| LCH | lch(67.0 36.2 240.4) |
| OKLCH | oklch(0.708 0.119 227.8) |
Copy-ready code
/* CSS */
color: #3bafdb;
background-color: #3bafdb;
/* Tailwind (arbitrary) */
class="text-[#3bafdb] bg-[#3bafdb]"
/* SCSS */
$brand: #3bafdb;
/* SwiftUI */
Color(red: 0.231, green: 0.686, blue: 0.859)
/* Android */
Color.parseColor("#3bafdb")Accessibility — WCAG contrast
Aa
#3bafdb on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bafdb on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green68.6%
Blue85.9%
CMYK percentages
Cyan73.1%
Magenta20.1%
Yellow0.0%
Key (black)14.1%
Color previews
#3bafdb text on a black background
contrast 8.34:1
Card sample
#3bafdb text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bafdb;
Background color
Panel with #3bafdb background
background-color: #3bafdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bafdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 175, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 175, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bafdb; background: linear-gradient(135deg, #3bafdb, #3B44DB);