Coral
#FB9D50
OrangeColor Codes
All color formats for development
HEX
#FB9D50RGB
rgb(251, 157, 80)HSL
hsl(27, 96%, 65%)OKLCH
oklch(0.778 0.145 57.5)CMYK
cmyk(0%, 37%, 68%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB8B30
2#FA790F
3#E36905
4#C35A04
5#A24B03
6#823C03
7#612D02
8#411E01
9#200F01
Tints
Lighter variations
1#FCA762
2#FCB173
3#FDBB85
4#FDC496
5#FDCEA8
6#FED8B9
7#FEE2CB
8#FEEBDC
9#FFF5EE
Tones
Muted variations
1#F39E59
2#EA9F61
3#E2A06A
4#D9A172
5#D1A17B
6#C8A283
7#BFA38C
8#B7A495
9#AEA59D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF7 #FFF7F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEEB #FEEBDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEDB #FEDBBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDBF #FDBF8C | BordersInactive statesPlaceholder text |
| 400 | FB9D #FB9D50 | Disabled statesSecondary iconsMuted text |
| 500 | FA81 #FA811E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC65 #DC6504 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF51 #AF5104 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D3A #7D3A03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5025 #502502 | Primary textHigh emphasis contentDark headings |
| 950 | 3217 #321701 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF7F0;
--coral-100: #FEEBDC;
--coral-200: #FEDBBE;
--coral-300: #FDBF8C;
--coral-400: #FB9D50;
--coral-500: #FA811E;
--coral-600: #DC6504;
--coral-700: #AF5104;
--coral-800: #7D3A03;
--coral-900: #502502;
--coral-950: #321701;
}