Orchid
#C14DFF
PurpleColor Codes
All color formats for development
HEX
#C14DFFRGB
rgb(193, 77, 255)HSL
hsl(279, 100%, 65%)OKLCH
oklch(0.653 0.256 311.1)CMYK
cmyk(24%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B52BFF
2#A90AFF
3#9700E8
4#8100C7
5#6C00A6
6#560085
7#410063
8#2B0042
9#160021
Tints
Lighter variations
1#C75EFF
2#CD70FF
3#D382FF
4#DA94FF
5#E0A6FF
6#E6B8FF
7#ECC9FF
8#F3DBFF
9#F9EDFF
Tones
Muted variations
1#BE55F6
2#BB5EED
3#B867E4
4#B670DB
5#B379D2
6#B082C9
7#AE8BC1
8#AB94B8
9#A89DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DB #F3DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BD #E8BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | D68A #D68AFF | BordersInactive statesPlaceholder text |
| 400 | C14D #C14DFF | Disabled statesSecondary iconsMuted text |
| 500 | AF1A #AF1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9200 #9200E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7400 #7400B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5300 #530080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3500 #350052 | Primary textHigh emphasis contentDark headings |
| 950 | 2100 #210033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF0FF;
--orchid-100: #F3DBFF;
--orchid-200: #E8BDFF;
--orchid-300: #D68AFF;
--orchid-400: #C14DFF;
--orchid-500: #AF1AFF;
--orchid-600: #9200E0;
--orchid-700: #7400B3;
--orchid-800: #530080;
--orchid-900: #350052;
--orchid-950: #210033;
}