Orchid
#C25EED
PurpleColor Codes
All color formats for development
HEX
#C25EEDRGB
rgb(194, 94, 237)HSL
hsl(282, 80%, 65%)OKLCH
oklch(0.661 0.218 314.3)CMYK
cmyk(18%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B741EA
2#AC23E7
3#9917D1
4#8314B3
5#6D1195
6#580D77
7#420A5A
8#2C073C
9#16031E
Tints
Lighter variations
1#C86EEF
2#CE7EF1
3#D58FF3
4#DB9FF4
5#E1AFF6
6#E7BFF8
7#EDCFFA
8#F3DFFB
9#F9EFFD
Tones
Muted variations
1#BF65E6
2#BD6DDF
3#BA74D8
4#B77BD1
5#B482C9
6#B189C2
7#AE90BB
8#AB97B4
9#A99FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DF #F3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C3 #E8C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D795 #D795F3 | BordersInactive statesPlaceholder text |
| 400 | C25E #C25EED | Disabled statesSecondary iconsMuted text |
| 500 | B130 #B130E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9416 #9416CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7612 #7612A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 540D #540D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3608 #360849 | Primary textHigh emphasis contentDark headings |
| 950 | 2205 #22052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FD;
--orchid-100: #F3DFFB;
--orchid-200: #E8C3F8;
--orchid-300: #D795F3;
--orchid-400: #C25EED;
--orchid-500: #B130E8;
--orchid-600: #9416CA;
--orchid-700: #7612A1;
--orchid-800: #540D73;
--orchid-900: #360849;
--orchid-950: #22052E;
}