#95bfdf
a light, vivid blue · cool · closest name: skyblue
RGB
149, 191, 223
HSL
206°, 54%, 73%
CMYK
33, 14, 0, 13
Luminance
0.4898
Every format
| HEX | #95bfdf |
| RGB | rgb(149, 191, 223) |
| HSL | hsl(206, 54%, 73%) |
| CMYK | cmyk(33%, 14%, 0%, 13%) |
| LAB | lab(75.4 -6.3 -20.5) |
| LCH | lch(75.4 21.4 252.8) |
| OKLCH | oklch(0.786 0.064 241.4) |
Copy-ready code
/* CSS */
color: #95bfdf;
background-color: #95bfdf;
/* Tailwind (arbitrary) */
class="text-[#95bfdf] bg-[#95bfdf]"
/* SCSS */
$brand: #95bfdf;
/* SwiftUI */
Color(red: 0.584, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#95bfdf")Accessibility — WCAG contrast
Aa
#95bfdf on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95bfdf on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green74.9%
Blue87.5%
CMYK percentages
Cyan33.2%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#95bfdf text on a black background
contrast 10.80:1
Card sample
#95bfdf text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95bfdf;
Background color
Panel with #95bfdf background
background-color: #95bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95bfdf; background: linear-gradient(135deg, #95bfdf, #9C95DF);