#78cdcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
120, 205, 207
HSL
181°, 48%, 64%
CMYK
42, 1, 0, 19
Luminance
0.5216
Every format
| HEX | #78cdcf |
| RGB | rgb(120, 205, 207) |
| HSL | hsl(181, 48%, 64%) |
| CMYK | cmyk(42%, 1%, 0%, 19%) |
| LAB | lab(77.4 -25.2 -9.1) |
| LCH | lch(77.4 26.8 199.8) |
| OKLCH | oklch(0.795 0.083 197.6) |
Copy-ready code
/* CSS */
color: #78cdcf;
background-color: #78cdcf;
/* Tailwind (arbitrary) */
class="text-[#78cdcf] bg-[#78cdcf]"
/* SCSS */
$brand: #78cdcf;
/* SwiftUI */
Color(red: 0.471, green: 0.804, blue: 0.812)
/* Android */
Color.parseColor("#78cdcf")Accessibility — WCAG contrast
Aa
#78cdcf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78cdcf on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green80.4%
Blue81.2%
CMYK percentages
Cyan42.0%
Magenta1.0%
Yellow0.0%
Key (black)18.8%
Color previews
#78cdcf text on a black background
contrast 11.43:1
Card sample
#78cdcf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78cdcf;
Background color
Panel with #78cdcf background
background-color: #78cdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78cdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 205, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 205, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78cdcf; background: linear-gradient(135deg, #78cdcf, #7893CF);