#8fdceb
a light, vivid cyan · cool · closest name: skyblue
RGB
143, 220, 235
HSL
190°, 70%, 74%
CMYK
39, 6, 0, 8
Luminance
0.6302
Every format
| HEX | #8fdceb |
| RGB | rgb(143, 220, 235) |
| HSL | hsl(190, 70%, 74%) |
| CMYK | cmyk(39%, 6%, 0%, 8%) |
| LAB | lab(83.5 -20.0 -14.8) |
| LCH | lch(83.5 24.9 216.6) |
| OKLCH | oklch(0.850 0.079 211.2) |
Copy-ready code
/* CSS */
color: #8fdceb;
background-color: #8fdceb;
/* Tailwind (arbitrary) */
class="text-[#8fdceb] bg-[#8fdceb]"
/* SCSS */
$brand: #8fdceb;
/* SwiftUI */
Color(red: 0.561, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#8fdceb")Accessibility — WCAG contrast
Aa
#8fdceb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdceb on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green86.3%
Blue92.2%
CMYK percentages
Cyan39.1%
Magenta6.4%
Yellow0.0%
Key (black)7.8%
Color previews
#8fdceb text on a black background
contrast 13.60:1
Card sample
#8fdceb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdceb;
Background color
Panel with #8fdceb background
background-color: #8fdceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdceb; background: linear-gradient(135deg, #8fdceb, #8F9FEB);