Magma
#ff4e01
Looking for the precise values behind Magma (#ff4e01)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ff4e01 | |
|---|---|---|
| RGB | rgb(255, 78, 1) | |
| HSL | hsl(18, 100%, 50%) | |
| CMYK | cmyk(0%, 69%, 100%, 0%) | |
| LAB | lab(60, 66, 71) | |
| OKLCH | oklch(0.67 0.223 37) |
Color harmonies
Tints & shades
Code snippets
color: #ff4e01;
background-color: #ff4e01;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF4E01)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.31, blue: 0.00, alpha: 1.0)