#79adcf
a balanced, vivid blue · cool · closest name: skyblue
RGB
121, 173, 207
HSL
204°, 47%, 64%
CMYK
42, 16, 0, 19
Luminance
0.3846
Every format
| HEX | #79adcf |
| RGB | rgb(121, 173, 207) |
| HSL | hsl(204, 47%, 64%) |
| CMYK | cmyk(42%, 16%, 0%, 19%) |
| LAB | lab(68.3 -8.4 -22.7) |
| LCH | lch(68.3 24.1 249.7) |
| OKLCH | oklch(0.724 0.074 237.8) |
Copy-ready code
/* CSS */
color: #79adcf;
background-color: #79adcf;
/* Tailwind (arbitrary) */
class="text-[#79adcf] bg-[#79adcf]"
/* SCSS */
$brand: #79adcf;
/* SwiftUI */
Color(red: 0.475, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#79adcf")Accessibility — WCAG contrast
Aa
#79adcf on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79adcf on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green67.8%
Blue81.2%
CMYK percentages
Cyan41.5%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#79adcf text on a black background
contrast 8.69:1
Card sample
#79adcf text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79adcf;
Background color
Panel with #79adcf background
background-color: #79adcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79adcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79adcf; background: linear-gradient(135deg, #79adcf, #7E79CF);