#8cf6ff
a light, electric cyan · cool · closest name: skyblue
RGB
140, 246, 255
HSL
185°, 100%, 78%
CMYK
45, 4, 0, 0
Luminance
0.7871
Every format
| HEX | #8cf6ff |
| RGB | rgb(140, 246, 255) |
| HSL | hsl(185, 100%, 78%) |
| CMYK | cmyk(45%, 4%, 0%, 0%) |
| LAB | lab(91.1 -28.4 -13.9) |
| LCH | lch(91.1 31.6 206.0) |
| OKLCH | oklch(0.912 0.099 202.7) |
Copy-ready code
/* CSS */
color: #8cf6ff;
background-color: #8cf6ff;
/* Tailwind (arbitrary) */
class="text-[#8cf6ff] bg-[#8cf6ff]"
/* SCSS */
$brand: #8cf6ff;
/* SwiftUI */
Color(red: 0.549, green: 0.965, blue: 1.000)
/* Android */
Color.parseColor("#8cf6ff")Accessibility — WCAG contrast
Aa
#8cf6ff on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cf6ff on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green96.5%
Blue100.0%
CMYK percentages
Cyan45.1%
Magenta3.5%
Yellow0.0%
Key (black)0.0%
Color previews
#8cf6ff text on a black background
contrast 16.74:1
Card sample
#8cf6ff text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cf6ff;
Background color
Panel with #8cf6ff background
background-color: #8cf6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cf6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 246, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 246, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cf6ff; background: linear-gradient(135deg, #8cf6ff, #8CAAFF);