Orchid
#F854E2
PinkColor Codes
All color formats for development
HEX
#F854E2RGB
rgb(248, 84, 226)HSL
hsl(308, 92%, 65%)OKLCH
oklch(0.715 0.248 333.7)CMYK
cmyk(0%, 66%, 9%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F734DD
2#F514D7
3#DF09C2
4#BF08A7
5#9F078B
6#7F056F
7#5F0453
8#400338
9#20011C
Tints
Lighter variations
1#F965E5
2#F976E8
3#FA87EB
4#FB98EE
5#FBA9F0
6#FCBAF3
7#FDCCF6
8#FEDDF9
9#FEEEFC
Tones
Muted variations
1#F05CDC
2#E764D6
3#DF6CD0
4#D774CA
5#CF7DC4
6#C785BE
7#BE8DB8
8#B695B2
9#AE9EAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EEC | BordersInactive statesPlaceholder text |
| 400 | F854 #F854E2 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623DA | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D709BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0795 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A056B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0344 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF0FD;
--orchid-100: #FEDDF9;
--orchid-200: #FCBFF4;
--orchid-300: #FA8EEC;
--orchid-400: #F854E2;
--orchid-500: #F623DA;
--orchid-600: #D709BC;
--orchid-700: #AB0795;
--orchid-800: #7A056B;
--orchid-900: #4E0344;
--orchid-950: #31022B;
}