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