#8bcfd2
a light, soft cyan · cool · closest name: skyblue
RGB
139, 207, 210
HSL
183°, 44%, 68%
CMYK
34, 1, 0, 18
Luminance
0.5477
Every format
| HEX | #8bcfd2 |
| RGB | rgb(139, 207, 210) |
| HSL | hsl(183, 44%, 68%) |
| CMYK | cmyk(34%, 1%, 0%, 18%) |
| LAB | lab(78.9 -20.6 -8.3) |
| LCH | lch(78.9 22.2 202.0) |
| OKLCH | oklch(0.810 0.069 199.4) |
Copy-ready code
/* CSS */
color: #8bcfd2;
background-color: #8bcfd2;
/* Tailwind (arbitrary) */
class="text-[#8bcfd2] bg-[#8bcfd2]"
/* SCSS */
$brand: #8bcfd2;
/* SwiftUI */
Color(red: 0.545, green: 0.812, blue: 0.824)
/* Android */
Color.parseColor("#8bcfd2")Accessibility — WCAG contrast
Aa
#8bcfd2 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bcfd2 on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green81.2%
Blue82.4%
CMYK percentages
Cyan33.8%
Magenta1.4%
Yellow0.0%
Key (black)17.6%
Color previews
#8bcfd2 text on a black background
contrast 11.95:1
Card sample
#8bcfd2 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bcfd2;
Background color
Panel with #8bcfd2 background
background-color: #8bcfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bcfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 207, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 207, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bcfd2; background: linear-gradient(135deg, #8bcfd2, #8BA0D2);