#3cb9cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
60, 185, 207
HSL
189°, 61%, 52%
CMYK
71, 11, 0, 19
Luminance
0.4016
Every format
| HEX | #3cb9cf |
| RGB | rgb(60, 185, 207) |
| HSL | hsl(189, 61%, 52%) |
| CMYK | cmyk(71%, 11%, 0%, 19%) |
| LAB | lab(69.6 -26.7 -21.0) |
| LCH | lch(69.6 34.0 218.2) |
| OKLCH | oklch(0.727 0.111 211.9) |
Copy-ready code
/* CSS */
color: #3cb9cf;
background-color: #3cb9cf;
/* Tailwind (arbitrary) */
class="text-[#3cb9cf] bg-[#3cb9cf]"
/* SCSS */
$brand: #3cb9cf;
/* SwiftUI */
Color(red: 0.235, green: 0.725, blue: 0.812)
/* Android */
Color.parseColor("#3cb9cf")Accessibility — WCAG contrast
Aa
#3cb9cf on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cb9cf on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green72.5%
Blue81.2%
CMYK percentages
Cyan71.0%
Magenta10.6%
Yellow0.0%
Key (black)18.8%
Color previews
#3cb9cf text on a black background
contrast 9.03:1
Card sample
#3cb9cf text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cb9cf;
Background color
Panel with #3cb9cf background
background-color: #3cb9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cb9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 185, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 185, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cb9cf; background: linear-gradient(135deg, #3cb9cf, #3C57CF);