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