Orchid
#E155F7
PinkColor Codes
All color formats for development
HEX
#E155F7RGB
rgb(225, 85, 247)HSL
hsl(292, 91%, 65%)OKLCH
oklch(0.696 0.252 322)CMYK
cmyk(9%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DC35F5
2#D615F4
3#C10ADE
4#A609BE
5#8A079E
6#6F067F
7#53045F
8#37033F
9#1C0120
Tints
Lighter variations
1#E466F8
2#E777F9
3#EA88F9
4#ED99FA
5#F0AAFB
6#F3BBFC
7#F6CCFD
8#F9DDFD
9#FCEEFE
Tones
Muted variations
1#DB5DEF
2#D565E7
3#CF6DDF
4#C975D6
5#C47DCE
6#BE85C6
7#B88DBE
8#B296B6
9#AC9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C0 #F4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8F #EB8FFA | BordersInactive statesPlaceholder text |
| 400 | E155 #E155F7 | Disabled statesSecondary iconsMuted text |
| 500 | D924 #D924F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | BB0A #BB0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9508 #9508AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A06 #6A067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4404 #44044E | Primary textHigh emphasis contentDark headings |
| 950 | 2B02 #2B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF0FE;
--orchid-100: #F9DDFD;
--orchid-200: #F4C0FC;
--orchid-300: #EB8FFA;
--orchid-400: #E155F7;
--orchid-500: #D924F5;
--orchid-600: #BB0AD6;
--orchid-700: #9508AA;
--orchid-800: #6A067A;
--orchid-900: #44044E;
--orchid-950: #2B0231;
}