Orchid
#E853F9
PinkColor Codes
All color formats for development
HEX
#E853F9RGB
rgb(232, 83, 249)HSL
hsl(294, 93%, 65%)OKLCH
oklch(0.704 0.259 323.5)CMYK
cmyk(7%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E433F8
2#E013F6
3#CA08E0
4#AD07C0
5#9106A0
6#740580
7#570360
8#3A0240
9#1D0120
Tints
Lighter variations
1#EA64F9
2#ED75FA
3#EF86FB
4#F198FB
5#F4A9FC
6#F6BAFD
7#F8CBFD
8#FADDFE
9#FDEEFE
Tones
Muted variations
1#E25BF0
2#DB63E8
3#D46CE0
4#CE74D8
5#C77CCF
6#C085C7
7#BA8DBF
8#B395B6
9#AC9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7BF #F7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | F08E #F08EFB | BordersInactive statesPlaceholder text |
| 400 | E853 #E853F9 | Disabled statesSecondary iconsMuted text |
| 500 | E222 #E222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C408 #C408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C06 #9C06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F04 #6F047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4703 #47034F | Primary textHigh emphasis contentDark headings |
| 950 | 2C02 #2C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF0FE;
--orchid-100: #FADDFE;
--orchid-200: #F7BFFD;
--orchid-300: #F08EFB;
--orchid-400: #E853F9;
--orchid-500: #E222F7;
--orchid-600: #C408D9;
--orchid-700: #9C06AC;
--orchid-800: #6F047B;
--orchid-900: #47034F;
--orchid-950: #2C0231;
}