#95adcf
a light, soft blue · cool · closest name: skyblue
RGB
149, 173, 207
HSL
215°, 38%, 70%
CMYK
28, 16, 0, 19
Luminance
0.4078
Every format
| HEX | #95adcf |
| RGB | rgb(149, 173, 207) |
| HSL | hsl(215, 38%, 70%) |
| CMYK | cmyk(28%, 16%, 0%, 19%) |
| LAB | lab(70.0 -0.5 -20.0) |
| LCH | lch(70.0 20.0 268.5) |
| OKLCH | oklch(0.741 0.056 257.1) |
Copy-ready code
/* CSS */
color: #95adcf;
background-color: #95adcf;
/* Tailwind (arbitrary) */
class="text-[#95adcf] bg-[#95adcf]"
/* SCSS */
$brand: #95adcf;
/* SwiftUI */
Color(red: 0.584, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#95adcf")Accessibility — WCAG contrast
Aa
#95adcf on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95adcf on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green67.8%
Blue81.2%
CMYK percentages
Cyan28.0%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#95adcf text on a black background
contrast 9.16:1
Card sample
#95adcf text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95adcf;
Background color
Panel with #95adcf background
background-color: #95adcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95adcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95adcf; background: linear-gradient(135deg, #95adcf, #A495CF);