Orchid
#EB5EED
PinkColor Codes
All color formats for development
HEX
#EB5EEDRGB
rgb(235, 94, 237)HSL
hsl(299, 80%, 65%)OKLCH
oklch(0.713 0.237 327.2)CMYK
cmyk(1%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E741EA
2#E323E7
3#CE17D1
4#B014B3
5#931195
6#760D77
7#580A5A
8#3B073C
9#1D031E
Tints
Lighter variations
1#ED6EEF
2#EF7EF1
3#F18FF3
4#F39FF4
5#F5AFF6
6#F7BFF8
7#F9CFFA
8#FBDFFB
9#FDEFFD
Tones
Muted variations
1#E465E6
2#DD6DDF
3#D674D8
4#CF7BD1
5#C882C9
6#C189C2
7#BA90BB
8#B497B4
9#AD9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C3 #F7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F295 #F295F3 | BordersInactive statesPlaceholder text |
| 400 | EB5E #EB5EED | Disabled statesSecondary iconsMuted text |
| 500 | E530 #E530E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C716 #C716CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E12 #9E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710D #710D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4808 #480849 | Primary textHigh emphasis contentDark headings |
| 950 | 2D05 #2D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FD;
--orchid-100: #FBDFFB;
--orchid-200: #F7C3F8;
--orchid-300: #F295F3;
--orchid-400: #EB5EED;
--orchid-500: #E530E8;
--orchid-600: #C716CA;
--orchid-700: #9E12A1;
--orchid-800: #710D73;
--orchid-900: #480849;
--orchid-950: #2D052E;
}