Orchid
#AF4DFF
PurpleColor Codes
All color formats for development
HEX
#AF4DFFRGB
rgb(175, 77, 255)HSL
hsl(273, 100%, 65%)OKLCH
oklch(0.631 0.252 305.4)CMYK
cmyk(31%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A02BFF
2#910AFF
3#8000E8
4#6D00C7
5#5B00A6
6#490085
7#370063
8#240042
9#120021
Tints
Lighter variations
1#B75EFF
2#BF70FF
3#C782FF
4#CF94FF
5#D7A6FF
6#DFB8FF
7#E7C9FF
8#EFDBFF
9#F7EDFF
Tones
Muted variations
1#AE55F6
2#AD5EED
3#AC67E4
4#AB70DB
5#AA79D2
6#A982C9
7#A88BC1
8#A894B8
9#A79DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDB #EFDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1BD #E1BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8A #CA8AFF | BordersInactive statesPlaceholder text |
| 400 | AF4D #AF4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 981A #981AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7B00 #7B00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6200 #6200B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4600 #460080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D00 #2D0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1C00 #1C0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F0FF;
--orchid-100: #EFDBFF;
--orchid-200: #E1BDFF;
--orchid-300: #CA8AFF;
--orchid-400: #AF4DFF;
--orchid-500: #981AFF;
--orchid-600: #7B00E0;
--orchid-700: #6200B3;
--orchid-800: #460080;
--orchid-900: #2D0052;
--orchid-950: #1C0033;
}