Orchid
#F854DA
PinkColor Codes
All color formats for development
HEX
#F854DARGB
rgb(248, 84, 218)HSL
hsl(311, 92%, 65%)OKLCH
oklch(0.711 0.243 336)CMYK
cmyk(0%, 66%, 12%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F734D3
2#F514CC
3#DF09B8
4#BF089D
5#9F0783
6#7F0569
7#5F044F
8#400334
9#20011A
Tints
Lighter variations
1#F965DD
2#F976E1
3#FA87E5
4#FB98E9
5#FBA9EC
6#FCBAF0
7#FDCCF4
8#FEDDF8
9#FEEEFB
Tones
Muted variations
1#F05CD5
2#E764CF
3#DF6CCA
4#D774C5
5#CF7DC0
6#C785BB
7#BE8DB5
8#B695B0
9#AE9EAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EE7 | BordersInactive statesPlaceholder text |
| 400 | F854 #F854DA | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623CF | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D709B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB078D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0341 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF0FC;
--orchid-100: #FEDDF8;
--orchid-200: #FCBFF1;
--orchid-300: #FA8EE7;
--orchid-400: #F854DA;
--orchid-500: #F623CF;
--orchid-600: #D709B2;
--orchid-700: #AB078D;
--orchid-800: #7A0565;
--orchid-900: #4E0341;
--orchid-950: #310228;
}