Orchid
#EA5AF2
PinkColor Codes
All color formats for development
HEX
#EA5AF2RGB
rgb(234, 90, 242)HSL
hsl(297, 85%, 65%)OKLCH
oklch(0.71 0.246 325.6)CMYK
cmyk(3%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E63BEF
2#E21DED
3#CD11D7
4#B00FB8
5#920C99
6#750A7B
7#58075C
8#3B053D
9#1D021F
Tints
Lighter variations
1#EC6AF3
2#EE7BF4
3#F08BF6
4#F29CF7
5#F5ACF8
6#F7BDFA
7#F9CDFB
8#FBDEFC
9#FDEEFE
Tones
Muted variations
1#E361EA
2#DC69E2
3#D671DB
4#CF78D3
5#C880CC
6#C187C4
7#BA8FBD
8#B397B5
9#AD9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDE #FBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C2 #F7C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | F192 #F192F6 | BordersInactive statesPlaceholder text |
| 400 | EA5A #EA5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | E42B #E42BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | C611 #C611D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E0D #9E0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710A #710A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4806 #48064B | Primary textHigh emphasis contentDark headings |
| 950 | 2D04 #2D042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FE;
--orchid-100: #FBDEFC;
--orchid-200: #F7C2FA;
--orchid-300: #F192F6;
--orchid-400: #EA5AF2;
--orchid-500: #E42BEE;
--orchid-600: #C611D0;
--orchid-700: #9E0DA5;
--orchid-800: #710A76;
--orchid-900: #48064B;
--orchid-950: #2D042F;
}