Orchid
#E54FFC
PinkColor Codes
All color formats for development
HEX
#E54FFCRGB
rgb(229, 79, 252)HSL
hsl(292, 97%, 65%)OKLCH
oklch(0.698 0.265 322.1)CMYK
cmyk(9%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E02FFC
2#DC0EFB
3#C703E5
4#AA03C4
5#8E02A3
6#710283
7#550162
8#390141
9#1C0021
Tints
Lighter variations
1#E861FD
2#EA72FD
3#ED84FD
4#F096FD
5#F2A7FE
6#F5B9FE
7#F7CAFE
8#FADCFE
9#FCEDFF
Tones
Muted variations
1#DF58F4
2#D960EB
3#D269E2
4#CC72DA
5#C57AD1
6#BF83C8
7#B98CC0
8#B294B7
9#AC9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADC #FADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5BE #F5BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | EE8B #EE8BFD | BordersInactive statesPlaceholder text |
| 400 | E54F #E54FFC | Disabled statesSecondary iconsMuted text |
| 500 | DE1D #DE1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | C003 #C003DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9903 #9903B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D02 #6D027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4601 #460150 | Primary textHigh emphasis contentDark headings |
| 950 | 2C01 #2C0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF0FF;
--orchid-100: #FADCFE;
--orchid-200: #F5BEFE;
--orchid-300: #EE8BFD;
--orchid-400: #E54FFC;
--orchid-500: #DE1DFC;
--orchid-600: #C003DD;
--orchid-700: #9903B0;
--orchid-800: #6D027E;
--orchid-900: #460150;
--orchid-950: #2C0132;
}