#70dfeb
a light, electric cyan · cool · closest name: skyblue
RGB
112, 223, 235
HSL
186°, 76%, 68%
CMYK
52, 5, 0, 8
Luminance
0.6222
Every format
| HEX | #70dfeb |
| RGB | rgb(112, 223, 235) |
| HSL | hsl(186, 76%, 68%) |
| CMYK | cmyk(52%, 5%, 0%, 8%) |
| LAB | lab(83.0 -28.5 -15.6) |
| LCH | lch(83.0 32.5 208.7) |
| OKLCH | oklch(0.843 0.103 204.8) |
Copy-ready code
/* CSS */
color: #70dfeb;
background-color: #70dfeb;
/* Tailwind (arbitrary) */
class="text-[#70dfeb] bg-[#70dfeb]"
/* SCSS */
$brand: #70dfeb;
/* SwiftUI */
Color(red: 0.439, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#70dfeb")Accessibility — WCAG contrast
Aa
#70dfeb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70dfeb on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green87.5%
Blue92.2%
CMYK percentages
Cyan52.3%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#70dfeb text on a black background
contrast 13.44:1
Card sample
#70dfeb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70dfeb;
Background color
Panel with #70dfeb background
background-color: #70dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70dfeb; background: linear-gradient(135deg, #70dfeb, #708DEB);