#3cb3db
a balanced, vivid cyan · cool · closest name: skyblue
RGB
60, 179, 219
HSL
195°, 69%, 55%
CMYK
73, 18, 0, 14
Luminance
0.3832
Every format
| HEX | #3cb3db |
| RGB | rgb(60, 179, 219) |
| HSL | hsl(195, 69%, 55%) |
| CMYK | cmyk(73%, 18%, 0%, 14%) |
| LAB | lab(68.3 -19.9 -29.6) |
| LCH | lch(68.3 35.6 236.2) |
| OKLCH | oklch(0.718 0.118 224.8) |
Copy-ready code
/* CSS */
color: #3cb3db;
background-color: #3cb3db;
/* Tailwind (arbitrary) */
class="text-[#3cb3db] bg-[#3cb3db]"
/* SCSS */
$brand: #3cb3db;
/* SwiftUI */
Color(red: 0.235, green: 0.702, blue: 0.859)
/* Android */
Color.parseColor("#3cb3db")Accessibility — WCAG contrast
Aa
#3cb3db on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cb3db on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green70.2%
Blue85.9%
CMYK percentages
Cyan72.6%
Magenta18.3%
Yellow0.0%
Key (black)14.1%
Color previews
#3cb3db text on a black background
contrast 8.66:1
Card sample
#3cb3db text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cb3db;
Background color
Panel with #3cb3db background
background-color: #3cb3db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cb3db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 179, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 179, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cb3db; background: linear-gradient(135deg, #3cb3db, #3C49DB);