#91cfbc
a light, soft cyan · cool · closest name: turquoise
RGB
145, 207, 188
HSL
162°, 39%, 69%
CMYK
30, 0, 9, 19
Luminance
0.5428
Every format
| HEX | #91cfbc |
| RGB | rgb(145, 207, 188) |
| HSL | hsl(162, 39%, 69%) |
| CMYK | cmyk(30%, 0%, 9%, 19%) |
| LAB | lab(78.6 -23.8 3.1) |
| LCH | lch(78.6 24.0 172.5) |
| OKLCH | oklch(0.807 0.069 173.4) |
Copy-ready code
/* CSS */
color: #91cfbc;
background-color: #91cfbc;
/* Tailwind (arbitrary) */
class="text-[#91cfbc] bg-[#91cfbc]"
/* SCSS */
$brand: #91cfbc;
/* SwiftUI */
Color(red: 0.569, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#91cfbc")Accessibility — WCAG contrast
Aa
#91cfbc on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91cfbc on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green81.2%
Blue73.7%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#91cfbc text on a black background
contrast 11.86:1
Card sample
#91cfbc text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91cfbc;
Background color
Panel with #91cfbc background
background-color: #91cfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91cfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91cfbc; background: linear-gradient(135deg, #91cfbc, #91B9CF);