#FFF3E0
Material orange 50
#FFF3E0 is a orange colour. In RGB it is 255 red, 243 green and 224 blue, which converts to a hue of 37 degrees, 100% saturation and 94% lightness. It is Material orange 50 in that design system's palette.
Color values
| HEX | #FFF3E0 |
|---|---|
| RGB | rgb(255, 243, 224) |
| HSL | hsl(37, 100%, 94%) |
| HSV | hsv(37, 12%, 100%) |
| CMYK | cmyk(0%, 5%, 12%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.1:1, and against black it is 19.15:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.1:1 | Fail | Fail |
| Black | 19.15:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFF3E0 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFF3E0; |
|---|---|
| CSS rgb() | color: rgb(255 243 224); |
| Tailwind | bg-[#fff3e0] |
| SwiftUI | Color(red: 1.000, green: 0.953, blue: 0.878) |
| Android | Color.parseColor("#FFF3E0") |
Closest named color
The nearest CSS colour keyword to #FFF3E0 is oldlace (#FDF5E6).