Orchid
#ED5EED
PinkColor Codes
All color formats for development
HEX
#ED5EEDRGB
rgb(237, 94, 237)HSL
hsl(300, 80%, 65%)OKLCH
oklch(0.716 0.238 327.7)CMYK
cmyk(0%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA41EA
2#E723E7
3#D117D1
4#B314B3
5#951195
6#770D77
7#5A0A5A
8#3C073C
9#1E031E
Tints
Lighter variations
1#EF6EEF
2#F17EF1
3#F38FF3
4#F49FF4
5#F6AFF6
6#F8BFF8
7#FACFFA
8#FBDFFB
9#FDEFFD
Tones
Muted variations
1#E665E6
2#DF6DDF
3#D874D8
4#D17BD1
5#C982C9
6#C289C2
7#BB90BB
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 | F8C3 #F8C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395F3 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EED | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A112A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490849 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FD;
--orchid-100: #FBDFFB;
--orchid-200: #F8C3F8;
--orchid-300: #F395F3;
--orchid-400: #ED5EED;
--orchid-500: #E830E8;
--orchid-600: #CA16CA;
--orchid-700: #A112A1;
--orchid-800: #730D73;
--orchid-900: #490849;
--orchid-950: #2E052E;
}