Majestic Dune
#f3bc80
Looking for the precise values behind Majestic Dune (#f3bc80)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f3bc80 | |
|---|---|---|
| RGB | rgb(243, 188, 128) | |
| HSL | hsl(31, 83%, 73%) | |
| CMYK | cmyk(0%, 23%, 47%, 5%) | |
| LAB | lab(80, 15, 38) | |
| OKLCH | oklch(0.83 0.099 68) |
Color harmonies
Tints & shades
Code snippets
color: #f3bc80;
background-color: #f3bc80;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF3BC80)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.74, blue: 0.50, alpha: 1.0)