Alligator Alley
#c5d17b
Looking for the precise values behind Alligator Alley (#c5d17b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c5d17b | |
|---|---|---|
| RGB | rgb(197, 209, 123) | |
| HSL | hsl(68, 48%, 65%) | |
| CMYK | cmyk(6%, 0%, 41%, 18%) | |
| LAB | lab(81, -14, 41) | |
| OKLCH | oklch(0.83 0.111 115) |
Color harmonies
Tints & shades
Code snippets
color: #c5d17b;
background-color: #c5d17b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC5D17B)
/* Swift / UIKit */
UIColor(red: 0.77, green: 0.82, blue: 0.48, alpha: 1.0)