#91b0cf
a light, soft blue · cool · closest name: skyblue
RGB
145, 176, 207
HSL
210°, 39%, 69%
CMYK
30, 15, 0, 19
Luminance
0.4158
Every format
| HEX | #91b0cf |
| RGB | rgb(145, 176, 207) |
| HSL | hsl(210, 39%, 69%) |
| CMYK | cmyk(30%, 15%, 0%, 19%) |
| LAB | lab(70.6 -3.4 -19.1) |
| LCH | lch(70.6 19.4 260.1) |
| OKLCH | oklch(0.745 0.056 248.6) |
Copy-ready code
/* CSS */
color: #91b0cf;
background-color: #91b0cf;
/* Tailwind (arbitrary) */
class="text-[#91b0cf] bg-[#91b0cf]"
/* SCSS */
$brand: #91b0cf;
/* SwiftUI */
Color(red: 0.569, green: 0.690, blue: 0.812)
/* Android */
Color.parseColor("#91b0cf")Accessibility — WCAG contrast
Aa
#91b0cf on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91b0cf on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green69.0%
Blue81.2%
CMYK percentages
Cyan30.0%
Magenta15.0%
Yellow0.0%
Key (black)18.8%
Color previews
#91b0cf text on a black background
contrast 9.32:1
Card sample
#91b0cf text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91b0cf;
Background color
Panel with #91b0cf background
background-color: #91b0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91b0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 176, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 176, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91b0cf; background: linear-gradient(135deg, #91b0cf, #9B91CF);