#8bcfd7
a light, vivid cyan · cool · closest name: skyblue
RGB
139, 207, 215
HSL
186°, 49%, 69%
CMYK
35, 4, 0, 16
Luminance
0.5502
Every format
| HEX | #8bcfd7 |
| RGB | rgb(139, 207, 215) |
| HSL | hsl(186, 49%, 69%) |
| CMYK | cmyk(35%, 4%, 0%, 16%) |
| LAB | lab(79.0 -19.4 -10.8) |
| LCH | lch(79.0 22.2 209.1) |
| OKLCH | oklch(0.812 0.069 205.2) |
Copy-ready code
/* CSS */
color: #8bcfd7;
background-color: #8bcfd7;
/* Tailwind (arbitrary) */
class="text-[#8bcfd7] bg-[#8bcfd7]"
/* SCSS */
$brand: #8bcfd7;
/* SwiftUI */
Color(red: 0.545, green: 0.812, blue: 0.843)
/* Android */
Color.parseColor("#8bcfd7")Accessibility — WCAG contrast
Aa
#8bcfd7 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bcfd7 on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green81.2%
Blue84.3%
CMYK percentages
Cyan35.3%
Magenta3.7%
Yellow0.0%
Key (black)15.7%
Color previews
#8bcfd7 text on a black background
contrast 12.00:1
Card sample
#8bcfd7 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bcfd7;
Background color
Panel with #8bcfd7 background
background-color: #8bcfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bcfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 207, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 207, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bcfd7; background: linear-gradient(135deg, #8bcfd7, #8B9CD7);