#70b7db
a balanced, vivid blue · cool · closest name: skyblue
RGB
112, 183, 219
HSL
200°, 60%, 65%
CMYK
49, 16, 0, 14
Luminance
0.4243
Every format
| HEX | #70b7db |
| RGB | rgb(112, 183, 219) |
| HSL | hsl(200, 60%, 65%) |
| CMYK | cmyk(49%, 16%, 0%, 14%) |
| LAB | lab(71.2 -12.6 -25.0) |
| LCH | lch(71.2 28.0 243.2) |
| OKLCH | oklch(0.746 0.088 231.7) |
Copy-ready code
/* CSS */
color: #70b7db;
background-color: #70b7db;
/* Tailwind (arbitrary) */
class="text-[#70b7db] bg-[#70b7db]"
/* SCSS */
$brand: #70b7db;
/* SwiftUI */
Color(red: 0.439, green: 0.718, blue: 0.859)
/* Android */
Color.parseColor("#70b7db")Accessibility — WCAG contrast
Aa
#70b7db on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70b7db on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green71.8%
Blue85.9%
CMYK percentages
Cyan48.9%
Magenta16.4%
Yellow0.0%
Key (black)14.1%
Color previews
#70b7db text on a black background
contrast 9.49:1
Card sample
#70b7db text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70b7db;
Background color
Panel with #70b7db background
background-color: #70b7db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70b7db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 183, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 183, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70b7db; background: linear-gradient(135deg, #70b7db, #7070DB);