#91fbdf
a light, electric cyan · cool · closest name: aquamarine
RGB
145, 251, 223
HSL
164°, 93%, 78%
CMYK
42, 0, 11, 2
Luminance
0.8034
Every format
| HEX | #91fbdf |
| RGB | rgb(145, 251, 223) |
| HSL | hsl(164, 93%, 78%) |
| CMYK | cmyk(42%, 0%, 11%, 2%) |
| LAB | lab(91.8 -37.1 3.8) |
| LCH | lch(91.8 37.3 174.1) |
| OKLCH | oklch(0.916 0.107 174.9) |
Copy-ready code
/* CSS */
color: #91fbdf;
background-color: #91fbdf;
/* Tailwind (arbitrary) */
class="text-[#91fbdf] bg-[#91fbdf]"
/* SCSS */
$brand: #91fbdf;
/* SwiftUI */
Color(red: 0.569, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#91fbdf")Accessibility — WCAG contrast
Aa
#91fbdf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91fbdf on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green98.4%
Blue87.5%
CMYK percentages
Cyan42.2%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#91fbdf text on a black background
contrast 17.07:1
Card sample
#91fbdf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91fbdf;
Background color
Panel with #91fbdf background
background-color: #91fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91fbdf; background: linear-gradient(135deg, #91fbdf, #91D0FB);