Sulphuric
#eeed56
Here's everything about the color Sulphuric (#eeed56) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #eeed56 | |
|---|---|---|
| RGB | rgb(238, 237, 86) | |
| HSL | hsl(60, 82%, 64%) | |
| CMYK | cmyk(0%, 0%, 64%, 7%) | |
| LAB | lab(92, -13, 70) | |
| OKLCH | oklch(0.92 0.168 109) |
Color harmonies
Tints & shades
Code snippets
color: #eeed56;
background-color: #eeed56;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEEED56)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.93, blue: 0.34, alpha: 1.0)