Orchid
#ED5EEB
PinkColor Codes
All color formats for development
HEX
#ED5EEBRGB
rgb(237, 94, 235)HSL
hsl(301, 80%, 65%)OKLCH
oklch(0.715 0.236 328.3)CMYK
cmyk(0%, 60%, 1%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA41E7
2#E723E3
3#D117CE
4#B314B0
5#951193
6#770D76
7#5A0A58
8#3C073B
9#1E031D
Tints
Lighter variations
1#EF6EED
2#F17EEF
3#F38FF1
4#F49FF3
5#F6AFF5
6#F8BFF7
7#FACFF9
8#FBDFFB
9#FDEFFD
Tones
Muted variations
1#E665E4
2#DF6DDD
3#D874D6
4#D17BCF
5#C982C8
6#C289C1
7#BB90BA
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 #F8C3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395F2 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EEB | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1129E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490848 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FD;
--orchid-100: #FBDFFB;
--orchid-200: #F8C3F7;
--orchid-300: #F395F2;
--orchid-400: #ED5EEB;
--orchid-500: #E830E5;
--orchid-600: #CA16C7;
--orchid-700: #A1129E;
--orchid-800: #730D71;
--orchid-900: #490848;
--orchid-950: #2E052D;
}