Orchid
#C84FFC
PurpleColor Codes
All color formats for development
HEX
#C84FFCRGB
rgb(200, 79, 252)HSL
hsl(282, 97%, 65%)OKLCH
oklch(0.661 0.254 313.7)CMYK
cmyk(21%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE2FFC
2#B40EFB
3#A103E5
4#8A03C4
5#7302A3
6#5C0283
7#450162
8#2E0141
9#170021
Tints
Lighter variations
1#CE61FD
2#D372FD
3#D984FD
4#DE96FD
5#E4A7FE
6#E9B9FE
7#EFCAFE
8#F4DCFE
9#FAEDFF
Tones
Muted variations
1#C558F4
2#C160EB
3#BE69E2
4#BB72DA
5#B77AD1
6#B483C8
7#B08CC0
8#AD94B7
9#A99DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DC #F4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBE #EBBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | DB8B #DB8BFD | BordersInactive statesPlaceholder text |
| 400 | C84F #C84FFC | Disabled statesSecondary iconsMuted text |
| 500 | B91D #B91DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 9C03 #9C03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C03 #7C03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5802 #58027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3901 #390150 | Primary textHigh emphasis contentDark headings |
| 950 | 2301 #230132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF0FF;
--orchid-100: #F4DCFE;
--orchid-200: #EBBEFE;
--orchid-300: #DB8BFD;
--orchid-400: #C84FFC;
--orchid-500: #B91DFC;
--orchid-600: #9C03DD;
--orchid-700: #7C03B0;
--orchid-800: #58027E;
--orchid-900: #390150;
--orchid-950: #230132;
}