Mr. Krabs
#d04127
Looking for the precise values behind Mr. Krabs (#d04127)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d04127 | |
|---|---|---|
| RGB | rgb(208, 65, 39) | |
| HSL | hsl(9, 68%, 48%) | |
| CMYK | cmyk(0%, 69%, 81%, 18%) | |
| LAB | lab(49, 56, 48) | |
| OKLCH | oklch(0.58 0.184 33) |
Color harmonies
Tints & shades
Code snippets
color: #d04127;
background-color: #d04127;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFD04127)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.25, blue: 0.15, alpha: 1.0)