Orchid
#E257F4
PinkColor Codes
All color formats for development
HEX
#E257F4RGB
rgb(226, 87, 244)HSL
hsl(293, 88%, 65%)OKLCH
oklch(0.698 0.247 322.9)CMYK
cmyk(7%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DD38F2
2#D719F0
3#C20EDA
4#A70CBB
5#8B0A9C
6#6F087D
7#53065D
8#38043E
9#1C021F
Tints
Lighter variations
1#E568F5
2#E879F6
3#EB8AF8
4#EE9AF9
5#F0ABFA
6#F3BCFB
7#F6CDFC
8#F9DDFD
9#FCEEFE
Tones
Muted variations
1#DC5FEC
2#D667E5
3#D06FDD
4#CA77D5
5#C47ECD
6#BE86C5
7#B88EBD
8#B296B5
9#AC9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C1 #F4C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EC91 #EC91F8 | BordersInactive statesPlaceholder text |
| 400 | E257 #E257F4 | Disabled statesSecondary iconsMuted text |
| 500 | DA27 #DA27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | BC0D #BC0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 950B #950BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B08 #6B0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4405 #44054D | Primary textHigh emphasis contentDark headings |
| 950 | 2B03 #2B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FE;
--orchid-100: #F9DDFD;
--orchid-200: #F4C1FB;
--orchid-300: #EC91F8;
--orchid-400: #E257F4;
--orchid-500: #DA27F1;
--orchid-600: #BC0DD3;
--orchid-700: #950BA8;
--orchid-800: #6B0878;
--orchid-900: #44054D;
--orchid-950: #2B0330;
}