#70faff
a light, electric cyan · cool · closest name: cyan
RGB
112, 250, 255
HSL
182°, 100%, 72%
CMYK
56, 2, 0, 0
Luminance
0.7904
Every format
| HEX | #70faff |
| RGB | rgb(112, 250, 255) |
| HSL | hsl(182, 100%, 72%) |
| CMYK | cmyk(56%, 2%, 0%, 0%) |
| LAB | lab(91.3 -36.0 -13.8) |
| LCH | lch(91.3 38.5 200.9) |
| OKLCH | oklch(0.911 0.120 198.5) |
Copy-ready code
/* CSS */
color: #70faff;
background-color: #70faff;
/* Tailwind (arbitrary) */
class="text-[#70faff] bg-[#70faff]"
/* SCSS */
$brand: #70faff;
/* SwiftUI */
Color(red: 0.439, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#70faff")Accessibility — WCAG contrast
Aa
#70faff on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70faff on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green98.0%
Blue100.0%
CMYK percentages
Cyan56.1%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#70faff text on a black background
contrast 16.81:1
Card sample
#70faff text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70faff;
Background color
Panel with #70faff background
background-color: #70faff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70faff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70faff; background: linear-gradient(135deg, #70faff, #709BFF);