#91cddc
a light, vivid cyan · cool · closest name: skyblue
RGB
145, 205, 220
HSL
192°, 52%, 72%
CMYK
34, 7, 0, 14
Luminance
0.5485
Every format
| HEX | #91cddc |
| RGB | rgb(145, 205, 220) |
| HSL | hsl(192, 52%, 72%) |
| CMYK | cmyk(34%, 7%, 0%, 14%) |
| LAB | lab(79.0 -15.5 -13.6) |
| LCH | lch(79.0 20.6 221.2) |
| OKLCH | oklch(0.813 0.065 215.0) |
Copy-ready code
/* CSS */
color: #91cddc;
background-color: #91cddc;
/* Tailwind (arbitrary) */
class="text-[#91cddc] bg-[#91cddc]"
/* SCSS */
$brand: #91cddc;
/* SwiftUI */
Color(red: 0.569, green: 0.804, blue: 0.863)
/* Android */
Color.parseColor("#91cddc")Accessibility — WCAG contrast
Aa
#91cddc on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91cddc on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green80.4%
Blue86.3%
CMYK percentages
Cyan34.1%
Magenta6.8%
Yellow0.0%
Key (black)13.7%
Color previews
#91cddc text on a black background
contrast 11.97:1
Card sample
#91cddc text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91cddc;
Background color
Panel with #91cddc background
background-color: #91cddc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91cddc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 205, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 205, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91cddc; background: linear-gradient(135deg, #91cddc, #919BDC);