Coral
#F69855
OrangeColor Codes
All color formats for development
HEX
#F69855RGB
rgb(246, 152, 85)HSL
hsl(25, 90%, 65%)OKLCH
oklch(0.764 0.14 54.3)CMYK
cmyk(0%, 38%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F48536
2#F37216
3#DC630C
4#BD550A
5#9D4608
6#7E3807
7#5E2A05
8#3F1C03
9#1F0E02
Tints
Lighter variations
1#F7A366
2#F8AD77
3#F9B788
4#FAC199
5#FBCCAA
6#FBD6BB
7#FCE0CC
8#FDEADD
9#FEF5EE
Tones
Muted variations
1#EE9A5D
2#E69B65
3#DE9C6E
4#D69E76
5#CE9F7E
6#C6A086
7#BEA28E
8#B6A396
9#AEA49E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEA #FDEADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD9 #FCD9C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9BC #F9BC90 | BordersInactive statesPlaceholder text |
| 400 | F698 #F69855 | Disabled statesSecondary iconsMuted text |
| 500 | F47B #F47B25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D55F #D55F0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA4C #AA4C09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7936 #793606 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E23 #4E2304 | Primary textHigh emphasis contentDark headings |
| 950 | 3016 #301603 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF6F0;
--coral-100: #FDEADD;
--coral-200: #FCD9C0;
--coral-300: #F9BC90;
--coral-400: #F69855;
--coral-500: #F47B25;
--coral-600: #D55F0B;
--coral-700: #AA4C09;
--coral-800: #793606;
--coral-900: #4E2304;
--coral-950: #301603;
}