#95affc
a light, electric blue · cool · closest name: dodgerblue
RGB
149, 175, 252
HSL
225°, 95%, 79%
CMYK
41, 31, 0, 1
Luminance
0.4408
Every format
| HEX | #95affc |
| RGB | rgb(149, 175, 252) |
| HSL | hsl(225, 95%, 79%) |
| CMYK | cmyk(41%, 31%, 0%, 1%) |
| LAB | lab(72.3 10.0 -41.0) |
| LCH | lch(72.3 42.2 283.7) |
| OKLCH | oklch(0.764 0.115 269.3) |
Copy-ready code
/* CSS */
color: #95affc;
background-color: #95affc;
/* Tailwind (arbitrary) */
class="text-[#95affc] bg-[#95affc]"
/* SCSS */
$brand: #95affc;
/* SwiftUI */
Color(red: 0.584, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#95affc")Accessibility — WCAG contrast
Aa
#95affc on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95affc on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green68.6%
Blue98.8%
CMYK percentages
Cyan40.9%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#95affc text on a black background
contrast 9.82:1
Card sample
#95affc text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95affc;
Background color
Panel with #95affc background
background-color: #95affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95affc; background: linear-gradient(135deg, #95affc, #C095FC);