Orchid
#E254F8
PinkColor Codes
All color formats for development
HEX
#E254F8RGB
rgb(226, 84, 248)HSL
hsl(292, 92%, 65%)OKLCH
oklch(0.697 0.254 322)CMYK
cmyk(9%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DD34F7
2#D714F5
3#C209DF
4#A708BF
5#8B079F
6#6F057F
7#53045F
8#380340
9#1C0120
Tints
Lighter variations
1#E565F9
2#E876F9
3#EB87FA
4#EE98FB
5#F0A9FB
6#F3BAFC
7#F6CCFD
8#F9DDFE
9#FCEEFE
Tones
Muted variations
1#DC5CF0
2#D664E7
3#D06CDF
4#CA74D7
5#C47DCF
6#BE85C7
7#B88DBE
8#B295B6
9#AC9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BF #F4BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | EC8E #EC8EFA | BordersInactive statesPlaceholder text |
| 400 | E254 #E254F8 | Disabled statesSecondary iconsMuted text |
| 500 | DA23 #DA23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | BC09 #BC09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9507 #9507AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B05 #6B057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4403 #44034E | Primary textHigh emphasis contentDark headings |
| 950 | 2B02 #2B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF0FE;
--orchid-100: #F9DDFE;
--orchid-200: #F4BFFC;
--orchid-300: #EC8EFA;
--orchid-400: #E254F8;
--orchid-500: #DA23F6;
--orchid-600: #BC09D7;
--orchid-700: #9507AB;
--orchid-800: #6B057A;
--orchid-900: #44034E;
--orchid-950: #2B0231;
}