#8fd2eb
a light, vivid cyan · cool · closest name: skyblue
RGB
143, 210, 235
HSL
196°, 70%, 74%
CMYK
39, 11, 0, 8
Luminance
0.5793
Every format
| HEX | #8fd2eb |
| RGB | rgb(143, 210, 235) |
| HSL | hsl(196, 70%, 74%) |
| CMYK | cmyk(39%, 11%, 0%, 8%) |
| LAB | lab(80.7 -14.9 -19.0) |
| LCH | lch(80.7 24.1 231.9) |
| OKLCH | oklch(0.828 0.076 223.4) |
Copy-ready code
/* CSS */
color: #8fd2eb;
background-color: #8fd2eb;
/* Tailwind (arbitrary) */
class="text-[#8fd2eb] bg-[#8fd2eb]"
/* SCSS */
$brand: #8fd2eb;
/* SwiftUI */
Color(red: 0.561, green: 0.824, blue: 0.922)
/* Android */
Color.parseColor("#8fd2eb")Accessibility — WCAG contrast
Aa
#8fd2eb on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd2eb on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green82.4%
Blue92.2%
CMYK percentages
Cyan39.1%
Magenta10.6%
Yellow0.0%
Key (black)7.8%
Color previews
#8fd2eb text on a black background
contrast 12.59:1
Card sample
#8fd2eb text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd2eb;
Background color
Panel with #8fd2eb background
background-color: #8fd2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 210, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 210, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd2eb; background: linear-gradient(135deg, #8fd2eb, #8F95EB);