Orchid
#AB5EED
PurpleColor Codes
All color formats for development
HEX
#AB5EEDRGB
rgb(171, 94, 237)HSL
hsl(272, 80%, 65%)OKLCH
oklch(0.635 0.211 306.1)CMYK
cmyk(28%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B41EA
2#8B23E7
3#7A17D1
4#6914B3
5#571195
6#460D77
7#340A5A
8#23073C
9#11031E
Tints
Lighter variations
1#B36EEF
2#BB7EF1
3#C48FF3
4#CC9FF4
5#D5AFF6
6#DDBFF8
7#E6CFFA
8#EEDFFB
9#F7EFFD
Tones
Muted variations
1#AA65E6
2#AA6DDF
3#A974D8
4#A97BD1
5#A882C9
6#A889C2
7#A790BB
8#A797B4
9#A69FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C3 #E0C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C795 #C795F3 | BordersInactive statesPlaceholder text |
| 400 | AB5E #AB5EED | Disabled statesSecondary iconsMuted text |
| 500 | 9230 #9230E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7616 #7616CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E12 #5E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430D #430D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B08 #2B0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1B05 #1B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FD;
--orchid-100: #EEDFFB;
--orchid-200: #E0C3F8;
--orchid-300: #C795F3;
--orchid-400: #AB5EED;
--orchid-500: #9230E8;
--orchid-600: #7616CA;
--orchid-700: #5E12A1;
--orchid-800: #430D73;
--orchid-900: #2B0849;
--orchid-950: #1B052E;
}