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