Toxic Steam
#c1fdc9
Looking for the precise values behind Toxic Steam (#c1fdc9)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c1fdc9 | |
|---|---|---|
| RGB | rgb(193, 253, 201) | |
| HSL | hsl(128, 94%, 87%) | |
| CMYK | cmyk(24%, 0%, 21%, 1%) | |
| LAB | lab(94, -27, 19) | |
| OKLCH | oklch(0.94 0.092 148) |
Color harmonies
Tints & shades
Code snippets
color: #c1fdc9;
background-color: #c1fdc9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC1FDC9)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.99, blue: 0.79, alpha: 1.0)