#70a6b8
a balanced, soft cyan · cool · closest name: skyblue
RGB
112, 166, 184
HSL
195°, 34%, 58%
CMYK
39, 10, 0, 28
Luminance
0.3418
Every format
| HEX | #70a6b8 |
| RGB | rgb(112, 166, 184) |
| HSL | hsl(195, 34%, 58%) |
| CMYK | cmyk(39%, 10%, 0%, 28%) |
| LAB | lab(65.1 -13.1 -14.9) |
| LCH | lch(65.1 19.8 228.7) |
| OKLCH | oklch(0.694 0.063 220.8) |
Copy-ready code
/* CSS */
color: #70a6b8;
background-color: #70a6b8;
/* Tailwind (arbitrary) */
class="text-[#70a6b8] bg-[#70a6b8]"
/* SCSS */
$brand: #70a6b8;
/* SwiftUI */
Color(red: 0.439, green: 0.651, blue: 0.722)
/* Android */
Color.parseColor("#70a6b8")Accessibility — WCAG contrast
Aa
#70a6b8 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70a6b8 on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green65.1%
Blue72.2%
CMYK percentages
Cyan39.1%
Magenta9.8%
Yellow0.0%
Key (black)27.8%
Color previews
#70a6b8 text on a black background
contrast 7.84:1
Card sample
#70a6b8 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70a6b8;
Background color
Panel with #70a6b8 background
background-color: #70a6b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70a6b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 166, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 166, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70a6b8; background: linear-gradient(135deg, #70a6b8, #7076B8);