#70a2b8
a balanced, soft cyan · cool · closest name: skyblue
RGB
112, 162, 184
HSL
198°, 34%, 58%
CMYK
39, 12, 0, 28
Luminance
0.3275
Every format
| HEX | #70a2b8 |
| RGB | rgb(112, 162, 184) |
| HSL | hsl(198, 34%, 58%) |
| CMYK | cmyk(39%, 12%, 0%, 28%) |
| LAB | lab(64.0 -10.9 -16.6) |
| LCH | lch(64.0 19.9 236.6) |
| OKLCH | oklch(0.685 0.062 227.3) |
Copy-ready code
/* CSS */
color: #70a2b8;
background-color: #70a2b8;
/* Tailwind (arbitrary) */
class="text-[#70a2b8] bg-[#70a2b8]"
/* SCSS */
$brand: #70a2b8;
/* SwiftUI */
Color(red: 0.439, green: 0.635, blue: 0.722)
/* Android */
Color.parseColor("#70a2b8")Accessibility — WCAG contrast
Aa
#70a2b8 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70a2b8 on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green63.5%
Blue72.2%
CMYK percentages
Cyan39.1%
Magenta12.0%
Yellow0.0%
Key (black)27.8%
Color previews
#70a2b8 text on a black background
contrast 7.55:1
Card sample
#70a2b8 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70a2b8;
Background color
Panel with #70a2b8 background
background-color: #70a2b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70a2b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 162, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 162, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70a2b8; background: linear-gradient(135deg, #70a2b8, #7072B8);