Orchid
#E85CF0
PinkColor Codes
All color formats for development
HEX
#E85CF0RGB
rgb(232, 92, 240)HSL
hsl(297, 83%, 65%)OKLCH
oklch(0.708 0.24 325.5)CMYK
cmyk(3%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E43DED
2#E01FEA
3#CB14D4
4#AE11B6
5#910E98
6#740B79
7#57085B
8#3A063D
9#1D031E
Tints
Lighter variations
1#EB6CF1
2#ED7CF3
3#EF8DF4
4#F19DF6
5#F4ADF7
6#F6BEF9
7#F8CEFA
8#FADEFC
9#FDEFFD
Tones
Muted variations
1#E263E8
2#DB6AE1
3#D472DA
4#CE79D2
5#C781CB
6#C088C3
7#BA90BC
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 | F7C2 #F7C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F094 #F094F5 | BordersInactive statesPlaceholder text |
| 400 | E85C #E85CF0 | Disabled statesSecondary iconsMuted text |
| 500 | E22D #E22DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | C413 #C413CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C0F #9C0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F0B #6F0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4707 #47074B | 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: #FADEFC;
--orchid-200: #F7C2F9;
--orchid-300: #F094F5;
--orchid-400: #E85CF0;
--orchid-500: #E22DEB;
--orchid-600: #C413CD;
--orchid-700: #9C0FA3;
--orchid-800: #6F0B75;
--orchid-900: #47074B;
--orchid-950: #2D042F;
}