#3cbfdb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
60, 191, 219
HSL
191°, 69%, 55%
CMYK
73, 13, 0, 14
Luminance
0.4334
Every format
| HEX | #3cbfdb |
| RGB | rgb(60, 191, 219) |
| HSL | hsl(191, 69%, 55%) |
| CMYK | cmyk(73%, 13%, 0%, 14%) |
| LAB | lab(71.8 -26.0 -24.2) |
| LCH | lch(71.8 35.5 223.0) |
| OKLCH | oklch(0.746 0.117 215.3) |
Copy-ready code
/* CSS */
color: #3cbfdb;
background-color: #3cbfdb;
/* Tailwind (arbitrary) */
class="text-[#3cbfdb] bg-[#3cbfdb]"
/* SCSS */
$brand: #3cbfdb;
/* SwiftUI */
Color(red: 0.235, green: 0.749, blue: 0.859)
/* Android */
Color.parseColor("#3cbfdb")Accessibility — WCAG contrast
Aa
#3cbfdb on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cbfdb on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green74.9%
Blue85.9%
CMYK percentages
Cyan72.6%
Magenta12.8%
Yellow0.0%
Key (black)14.1%
Color previews
#3cbfdb text on a black background
contrast 9.67:1
Card sample
#3cbfdb text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cbfdb;
Background color
Panel with #3cbfdb background
background-color: #3cbfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cbfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 191, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 191, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cbfdb; background: linear-gradient(135deg, #3cbfdb, #3C55DB);