#8dbfdf
a light, vivid blue · cool · closest name: skyblue
RGB
141, 191, 223
HSL
203°, 56%, 71%
CMYK
37, 14, 0, 13
Luminance
0.4825
Every format
| HEX | #8dbfdf |
| RGB | rgb(141, 191, 223) |
| HSL | hsl(203, 56%, 71%) |
| CMYK | cmyk(37%, 14%, 0%, 13%) |
| LAB | lab(75.0 -8.5 -21.2) |
| LCH | lch(75.0 22.9 248.1) |
| OKLCH | oklch(0.781 0.070 236.9) |
Copy-ready code
/* CSS */
color: #8dbfdf;
background-color: #8dbfdf;
/* Tailwind (arbitrary) */
class="text-[#8dbfdf] bg-[#8dbfdf]"
/* SCSS */
$brand: #8dbfdf;
/* SwiftUI */
Color(red: 0.553, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#8dbfdf")Accessibility — WCAG contrast
Aa
#8dbfdf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dbfdf on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green74.9%
Blue87.5%
CMYK percentages
Cyan36.8%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#8dbfdf text on a black background
contrast 10.65:1
Card sample
#8dbfdf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dbfdf;
Background color
Panel with #8dbfdf background
background-color: #8dbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dbfdf; background: linear-gradient(135deg, #8dbfdf, #928DDF);