#78c2db
a light, vivid cyan · cool · closest name: skyblue
RGB
120, 194, 219
HSL
195°, 58%, 67%
CMYK
45, 11, 0, 14
Luminance
0.4769
Every format
| HEX | #78c2db |
| RGB | rgb(120, 194, 219) |
| HSL | hsl(195, 58%, 67%) |
| CMYK | cmyk(45%, 11%, 0%, 14%) |
| LAB | lab(74.6 -16.5 -19.7) |
| LCH | lch(74.6 25.7 230.0) |
| OKLCH | oklch(0.775 0.082 221.6) |
Copy-ready code
/* CSS */
color: #78c2db;
background-color: #78c2db;
/* Tailwind (arbitrary) */
class="text-[#78c2db] bg-[#78c2db]"
/* SCSS */
$brand: #78c2db;
/* SwiftUI */
Color(red: 0.471, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#78c2db")Accessibility — WCAG contrast
Aa
#78c2db on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78c2db on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green76.1%
Blue85.9%
CMYK percentages
Cyan45.2%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#78c2db text on a black background
contrast 10.54:1
Card sample
#78c2db text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78c2db;
Background color
Panel with #78c2db background
background-color: #78c2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78c2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78c2db; background: linear-gradient(135deg, #78c2db, #7880DB);