Orchid
#E25BF1
PinkColor Codes
All color formats for development
HEX
#E25BF1RGB
rgb(226, 91, 241)HSL
hsl(294, 84%, 65%)OKLCH
oklch(0.7 0.24 323.6)CMYK
cmyk(6%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DC3CEE
2#D71EEB
3#C213D5
4#A610B7
5#8B0D98
6#6F0B7A
7#53085B
8#37053D
9#1C031E
Tints
Lighter variations
1#E56BF2
2#E87CF4
3#EB8CF5
4#ED9CF6
5#F0ADF8
6#F3BDF9
7#F6CEFB
8#F9DEFC
9#FCEFFE
Tones
Muted variations
1#DC62E9
2#D66AE2
3#D071DA
4#CA79D3
5#C480CB
6#BE88C4
7#B88FBC
8#B297B5
9#AC9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DE #F9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C2 #F4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | EC93 #EC93F6 | BordersInactive statesPlaceholder text |
| 400 | E25B #E25BF1 | Disabled statesSecondary iconsMuted text |
| 500 | D92C #D92CED | Primary brand colorCTAsActive elementsLinks |
| 600 | BC12 #BC12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 950E #950EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B0A #6B0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4407 #44074B | Primary textHigh emphasis contentDark headings |
| 950 | 2B04 #2B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F9DEFC;
--orchid-200: #F4C2FA;
--orchid-300: #EC93F6;
--orchid-400: #E25BF1;
--orchid-500: #D92CED;
--orchid-600: #BC12CE;
--orchid-700: #950EA4;
--orchid-800: #6B0A75;
--orchid-900: #44074B;
--orchid-950: #2B042F;
}