Orchid
#E250FB
PinkColor Codes
All color formats for development
HEX
#E250FBRGB
rgb(226, 80, 251)HSL
hsl(291, 96%, 65%)OKLCH
oklch(0.695 0.261 321.4)CMYK
cmyk(10%, 68%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DC30FB
2#D70FFA
3#C205E3
4#A604C3
5#8B03A2
6#6F0382
7#530261
8#370141
9#1C0120
Tints
Lighter variations
1#E562FC
2#E873FC
3#EB85FD
4#ED96FD
5#F0A8FD
6#F3B9FE
7#F6CBFE
8#F9DCFE
9#FCEEFF
Tones
Muted variations
1#DC59F3
2#D661EA
3#D06AE2
4#CA72D9
5#C47BD1
6#BE83C8
7#B88CBF
8#B295B7
9#AC9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DC #F9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BE #F4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | EC8C #EC8CFD | BordersInactive statesPlaceholder text |
| 400 | E250 #E250FB | Disabled statesSecondary iconsMuted text |
| 500 | D91E #D91EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | BC04 #BC04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9504 #9504AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B03 #6B037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4402 #440250 | 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: #FCF0FF;
--orchid-100: #F9DCFE;
--orchid-200: #F4BEFE;
--orchid-300: #EC8CFD;
--orchid-400: #E250FB;
--orchid-500: #D91EFA;
--orchid-600: #BC04DC;
--orchid-700: #9504AF;
--orchid-800: #6B037D;
--orchid-900: #440250;
--orchid-950: #2B0132;
}