Caduceus Staff
#eedd22
Here's everything about the color Caduceus Staff (#eedd22) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #eedd22 | |
|---|---|---|
| RGB | rgb(238, 221, 34) | |
| HSL | hsl(55, 86%, 53%) | |
| CMYK | cmyk(0%, 7%, 86%, 7%) | |
| LAB | lab(87, -7, 82) | |
| OKLCH | oklch(0.88 0.18 104) |
Color harmonies
Tints & shades
Code snippets
color: #eedd22;
background-color: #eedd22;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEEDD22)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.87, blue: 0.13, alpha: 1.0)