Orchid
#E955F7
PinkColor Codes
All color formats for development
HEX
#E955F7RGB
rgb(233, 85, 247)HSL
hsl(295, 91%, 65%)OKLCH
oklch(0.706 0.255 324.2)CMYK
cmyk(6%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E535F5
2#E115F4
3#CC0ADE
4#AF09BE
5#92079E
6#75067F
7#57045F
8#3A033F
9#1D0120
Tints
Lighter variations
1#EC66F8
2#EE77F9
3#F088F9
4#F299FA
5#F4AAFB
6#F6BBFC
7#F9CCFD
8#FBDDFD
9#FDEEFE
Tones
Muted variations
1#E35DEF
2#DC65E7
3#D56DDF
4#CE75D6
5#C87DCE
6#C185C6
7#BA8DBE
8#B396B6
9#AD9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C0 #F7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | F18F #F18FFA | BordersInactive statesPlaceholder text |
| 400 | E955 #E955F7 | Disabled statesSecondary iconsMuted text |
| 500 | E324 #E324F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C50A #C50AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D08 #9D08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7006 #70067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4804 #48044E | Primary textHigh emphasis contentDark headings |
| 950 | 2D02 #2D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF0FE;
--orchid-100: #FBDDFD;
--orchid-200: #F7C0FC;
--orchid-300: #F18FFA;
--orchid-400: #E955F7;
--orchid-500: #E324F5;
--orchid-600: #C50AD6;
--orchid-700: #9D08AA;
--orchid-800: #70067A;
--orchid-900: #48044E;
--orchid-950: #2D0231;
}