Orchid
#AB5CF0
PurpleColor Codes
All color formats for development
HEX
#AB5CF0RGB
rgb(171, 92, 240)HSL
hsl(272, 83%, 65%)OKLCH
oklch(0.634 0.217 305.7)CMYK
cmyk(29%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B3DED
2#8B1FEA
3#7A14D4
4#6911B6
5#570E98
6#460B79
7#34085B
8#23063D
9#11031E
Tints
Lighter variations
1#B36CF1
2#BC7CF3
3#C48DF4
4#CC9DF6
5#D5ADF7
6#DDBEF9
7#E6CEFA
8#EEDEFC
9#F7EFFD
Tones
Muted variations
1#AA63E8
2#AA6AE1
3#A972DA
4#A979D2
5#A881CB
6#A888C3
7#A790BC
8#A797B5
9#A69EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDE #EEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C2 #E0C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C894 #C894F5 | BordersInactive statesPlaceholder text |
| 400 | AB5C #AB5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 932D #932DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 7613 #7613CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E0F #5E0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430B #430B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B07 #2B074B | Primary textHigh emphasis contentDark headings |
| 950 | 1B04 #1B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #EEDEFC;
--orchid-200: #E0C2F9;
--orchid-300: #C894F5;
--orchid-400: #AB5CF0;
--orchid-500: #932DEB;
--orchid-600: #7613CD;
--orchid-700: #5E0FA3;
--orchid-800: #430B75;
--orchid-900: #2B074B;
--orchid-950: #1B042F;
}