Orchid
#E451FB
PinkColor Codes
All color formats for development
HEX
#E451FBRGB
rgb(228, 81, 251)HSL
hsl(292, 96%, 65%)OKLCH
oklch(0.698 0.261 322)CMYK
cmyk(9%, 68%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E030FB
2#DB0FFA
3#C605E3
4#A904C3
5#8D03A2
6#710382
7#550261
8#380141
9#1C0120
Tints
Lighter variations
1#E762FC
2#EA73FC
3#ED85FD
4#EF96FD
5#F2A8FD
6#F4B9FE
7#F7CBFE
8#FADCFE
9#FCEEFF
Tones
Muted variations
1#DE59F3
2#D861EA
3#D26AE2
4#CB72D9
5#C57BD1
6#BF83C8
7#B98CBF
8#B295B7
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 | EE8C #EE8CFD | BordersInactive statesPlaceholder text |
| 400 | E550 #E550FB | Disabled statesSecondary iconsMuted text |
| 500 | DD1E #DD1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | BF04 #BF04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9804 #9804AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D03 #6D037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4602 #460250 | Primary textHigh emphasis contentDark headings |
| 950 | 2B01 #2B0132 | 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: #EE8CFD;
--orchid-400: #E550FB;
--orchid-500: #DD1EFA;
--orchid-600: #BF04DC;
--orchid-700: #9804AF;
--orchid-800: #6D037D;
--orchid-900: #460250;
--orchid-950: #2B0132;
}