#8fd3f5
a light, electric blue · cool · closest name: skyblue
RGB
143, 211, 245
HSL
200°, 84%, 76%
CMYK
42, 14, 0, 4
Luminance
0.5902
Every format
| HEX | #8fd3f5 |
| RGB | rgb(143, 211, 245) |
| HSL | hsl(200, 84%, 76%) |
| CMYK | cmyk(42%, 14%, 0%, 4%) |
| LAB | lab(81.3 -12.8 -23.4) |
| LCH | lch(81.3 26.7 241.2) |
| OKLCH | oklch(0.834 0.083 230.7) |
Copy-ready code
/* CSS */
color: #8fd3f5;
background-color: #8fd3f5;
/* Tailwind (arbitrary) */
class="text-[#8fd3f5] bg-[#8fd3f5]"
/* SCSS */
$brand: #8fd3f5;
/* SwiftUI */
Color(red: 0.561, green: 0.827, blue: 0.961)
/* Android */
Color.parseColor("#8fd3f5")Accessibility — WCAG contrast
Aa
#8fd3f5 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd3f5 on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green82.7%
Blue96.1%
CMYK percentages
Cyan41.6%
Magenta13.9%
Yellow0.0%
Key (black)3.9%
Color previews
#8fd3f5 text on a black background
contrast 12.80:1
Card sample
#8fd3f5 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd3f5;
Background color
Panel with #8fd3f5 background
background-color: #8fd3f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd3f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 211, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 211, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd3f5; background: linear-gradient(135deg, #8fd3f5, #8F8FF5);