Orchid
#EB55F6
PinkColor Codes
All color formats for development
HEX
#EB55F6RGB
rgb(235, 85, 246)HSL
hsl(296, 90%, 65%)OKLCH
oklch(0.709 0.255 325)CMYK
cmyk(4%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E836F4
2#E416F3
3#CF0CDC
4#B10ABD
5#94089D
6#76077E
7#59055E
8#3B033F
9#1E021F
Tints
Lighter variations
1#ED66F7
2#EF77F8
3#F188F9
4#F399FA
5#F5AAFB
6#F7BBFB
7#F9CCFC
8#FBDDFD
9#FDEEFE
Tones
Muted variations
1#E45DEE
2#DD65E6
3#D66EDE
4#D076D6
5#C97ECE
6#C286C6
7#BB8EBE
8#B496B6
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 | F8C0 #F8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | F290 #F290F9 | BordersInactive statesPlaceholder text |
| 400 | EB55 #EB55F6 | Disabled statesSecondary iconsMuted text |
| 500 | E625 #E625F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C80B #C80BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F09 #9F09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7106 #710679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4904 #49044E | Primary textHigh emphasis contentDark headings |
| 950 | 2D03 #2D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF0FE;
--orchid-100: #FBDDFD;
--orchid-200: #F8C0FC;
--orchid-300: #F290F9;
--orchid-400: #EB55F6;
--orchid-500: #E625F4;
--orchid-600: #C80BD5;
--orchid-700: #9F09AA;
--orchid-800: #710679;
--orchid-900: #49044E;
--orchid-950: #2D0330;
}