Coral
#F68E55
OrangeColor Codes
All color formats for development
HEX
#F68E55RGB
rgb(246, 142, 85)HSL
hsl(21, 90%, 65%)OKLCH
oklch(0.747 0.145 48.1)CMYK
cmyk(0%, 42%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F47936
2#F36416
3#DC550C
4#BD490A
5#9D3C08
6#7E3007
7#5E2405
8#3F1803
9#1F0C02
Tints
Lighter variations
1#F79966
2#F8A477
3#F9B088
4#FABB99
5#FBC6AA
6#FBD2BB
7#FCDDCC
8#FDE8DD
9#FEF4EE
Tones
Muted variations
1#EE905D
2#E69265
3#DE956E
4#D69776
5#CE9A7E
6#C69C86
7#BE9F8E
8#B6A196
9#AEA39E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE8 #FDE8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD5 #FCD5C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9B5 #F9B590 | BordersInactive statesPlaceholder text |
| 400 | F68E #F68E55 | Disabled statesSecondary iconsMuted text |
| 500 | F46D #F46D25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D552 #D5520B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA41 #AA4109 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 792F #792F06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E1E #4E1E04 | Primary textHigh emphasis contentDark headings |
| 950 | 3013 #301303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF5F0;
--coral-100: #FDE8DD;
--coral-200: #FCD5C0;
--coral-300: #F9B590;
--coral-400: #F68E55;
--coral-500: #F46D25;
--coral-600: #D5520B;
--coral-700: #AA4109;
--coral-800: #792F06;
--coral-900: #4E1E04;
--coral-950: #301303;
}