Orchid
#F854DF
PinkColor Codes
All color formats for development
HEX
#F854DFRGB
rgb(248, 84, 223)HSL
hsl(309, 92%, 65%)OKLCH
oklch(0.714 0.246 334.5)CMYK
cmyk(0%, 66%, 10%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F734D9
2#F514D3
3#DF09BF
4#BF08A3
5#9F0788
6#7F056D
7#5F0452
8#400336
9#20011B
Tints
Lighter variations
1#F965E2
2#F976E6
3#FA87E9
4#FB98EC
5#FBA9EF
6#FCBAF2
7#FDCCF5
8#FEDDF9
9#FEEEFC
Tones
Muted variations
1#F05CD9
2#E764D4
3#DF6CCE
4#D774C8
5#CF7DC2
6#C785BD
7#BE8DB7
8#B695B1
9#AE9EAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EEA | BordersInactive statesPlaceholder text |
| 400 | F854 #F854DF | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D709B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0793 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0569 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0343 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF0FC;
--orchid-100: #FEDDF9;
--orchid-200: #FCBFF3;
--orchid-300: #FA8EEA;
--orchid-400: #F854DF;
--orchid-500: #F623D6;
--orchid-600: #D709B8;
--orchid-700: #AB0793;
--orchid-800: #7A0569;
--orchid-900: #4E0343;
--orchid-950: #31022A;
}