Orchid
#E75AF2
PinkColor Codes
All color formats for development
HEX
#E75AF2RGB
rgb(231, 90, 242)HSL
hsl(296, 85%, 65%)OKLCH
oklch(0.706 0.244 324.8)CMYK
cmyk(5%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E33BEF
2#DF1DED
3#C911D7
4#AD0FB8
5#900C99
6#730A7B
7#56075C
8#3A053D
9#1D021F
Tints
Lighter variations
1#EA6AF3
2#EC7BF4
3#EF8BF6
4#F19CF7
5#F3ACF8
6#F6BDFA
7#F8CDFB
8#FADEFC
9#FDEEFE
Tones
Muted variations
1#E161EA
2#DA69E2
3#D471DB
4#CD78D3
5#C780CC
6#C087C4
7#B98FBD
8#B397B5
9#AC9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADE #FADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C2 #F6C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | F092 #F092F6 | BordersInactive statesPlaceholder text |
| 400 | E75A #E75AF2 | Disabled statesSecondary iconsMuted text |
| 500 | E12B #E12BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | C311 #C311D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9B0D #9B0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F0A #6F0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4706 #47064B | Primary textHigh emphasis contentDark headings |
| 950 | 2C04 #2C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FE;
--orchid-100: #FADEFC;
--orchid-200: #F6C2FA;
--orchid-300: #F092F6;
--orchid-400: #E75AF2;
--orchid-500: #E12BEE;
--orchid-600: #C311D0;
--orchid-700: #9B0DA5;
--orchid-800: #6F0A76;
--orchid-900: #47064B;
--orchid-950: #2C042F;
}