#70dbeb
a light, electric cyan · cool · closest name: skyblue
RGB
112, 219, 235
HSL
188°, 76%, 68%
CMYK
52, 7, 0, 8
Luminance
0.6011
Every format
| HEX | #70dbeb |
| RGB | rgb(112, 219, 235) |
| HSL | hsl(188, 76%, 68%) |
| CMYK | cmyk(52%, 7%, 0%, 8%) |
| LAB | lab(81.9 -26.6 -17.3) |
| LCH | lch(81.9 31.7 213.1) |
| OKLCH | oklch(0.834 0.101 208.2) |
Copy-ready code
/* CSS */
color: #70dbeb;
background-color: #70dbeb;
/* Tailwind (arbitrary) */
class="text-[#70dbeb] bg-[#70dbeb]"
/* SCSS */
$brand: #70dbeb;
/* SwiftUI */
Color(red: 0.439, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#70dbeb")Accessibility — WCAG contrast
Aa
#70dbeb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70dbeb on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green85.9%
Blue92.2%
CMYK percentages
Cyan52.3%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#70dbeb text on a black background
contrast 13.02:1
Card sample
#70dbeb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70dbeb;
Background color
Panel with #70dbeb background
background-color: #70dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70dbeb; background: linear-gradient(135deg, #70dbeb, #7089EB);