#70cfdf
a light, vivid cyan · cool · closest name: skyblue
RGB
112, 207, 223
HSL
189°, 63%, 66%
CMYK
50, 7, 0, 13
Luminance
0.5340
Every format
| HEX | #70cfdf |
| RGB | rgb(112, 207, 223) |
| HSL | hsl(189, 63%, 66%) |
| CMYK | cmyk(50%, 7%, 0%, 13%) |
| LAB | lab(78.1 -23.9 -16.6) |
| LCH | lch(78.1 29.1 214.8) |
| OKLCH | oklch(0.802 0.093 209.6) |
Copy-ready code
/* CSS */
color: #70cfdf;
background-color: #70cfdf;
/* Tailwind (arbitrary) */
class="text-[#70cfdf] bg-[#70cfdf]"
/* SCSS */
$brand: #70cfdf;
/* SwiftUI */
Color(red: 0.439, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#70cfdf")Accessibility — WCAG contrast
Aa
#70cfdf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70cfdf on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green81.2%
Blue87.5%
CMYK percentages
Cyan49.8%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#70cfdf text on a black background
contrast 11.68:1
Card sample
#70cfdf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70cfdf;
Background color
Panel with #70cfdf background
background-color: #70cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70cfdf; background: linear-gradient(135deg, #70cfdf, #7085DF);