Orchid
#E55AF2
PinkColor Codes
All color formats for development
HEX
#E55AF2RGB
rgb(229, 90, 242)HSL
hsl(295, 85%, 65%)OKLCH
oklch(0.703 0.243 324.2)CMYK
cmyk(5%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E03BEF
2#DB1DED
3#C611D7
4#AA0FB8
5#8E0C99
6#710A7B
7#55075C
8#39053D
9#1C021F
Tints
Lighter variations
1#E86AF3
2#EA7BF4
3#ED8BF6
4#EF9CF7
5#F2ACF8
6#F5BDFA
7#F7CDFB
8#FADEFC
9#FCEEFE
Tones
Muted variations
1#DF61EA
2#D869E2
3#D271DB
4#CC78D3
5#C580CC
6#BF87C4
7#B98FBD
8#B297B5
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 | F5C2 #F5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | EE92 #EE92F6 | BordersInactive statesPlaceholder text |
| 400 | E55A #E55AF2 | Disabled statesSecondary iconsMuted text |
| 500 | DE2B #DE2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | C011 #C011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 980D #980DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D0A #6D0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4606 #46064B | 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: #F5C2FA;
--orchid-300: #EE92F6;
--orchid-400: #E55AF2;
--orchid-500: #DE2BEE;
--orchid-600: #C011D0;
--orchid-700: #980DA5;
--orchid-800: #6D0A76;
--orchid-900: #46064B;
--orchid-950: #2C042F;
}