Orchid
#C55EED
PurpleColor Codes
All color formats for development
HEX
#C55EEDRGB
rgb(197, 94, 237)HSL
hsl(283, 80%, 65%)OKLCH
oklch(0.665 0.219 315.4)CMYK
cmyk(17%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BA41EA
2#AF23E7
3#9C17D1
4#8614B3
5#701195
6#590D77
7#430A5A
8#2D073C
9#16031E
Tints
Lighter variations
1#CB6EEF
2#D07EF1
3#D68FF3
4#DC9FF4
5#E2AFF6
6#E8BFF8
7#EECFFA
8#F3DFFB
9#F9EFFD
Tones
Muted variations
1#C265E6
2#BF6DDF
3#BB74D8
4#B87BD1
5#B582C9
6#B289C2
7#AF90BB
8#AC97B4
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 | E9C3 #E9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D995 #D995F3 | BordersInactive statesPlaceholder text |
| 400 | C55E #C55EED | Disabled statesSecondary iconsMuted text |
| 500 | B430 #B430E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9716 #9716CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7812 #7812A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 560D #560D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3708 #370849 | 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: #E9C3F8;
--orchid-300: #D995F3;
--orchid-400: #C55EED;
--orchid-500: #B430E8;
--orchid-600: #9716CA;
--orchid-700: #7812A1;
--orchid-800: #560D73;
--orchid-900: #370849;
--orchid-950: #22052E;
}