Orchid
#A15CF0
PurpleColor Codes
All color formats for development
HEX
#A15CF0RGB
rgb(161, 92, 240)HSL
hsl(268, 83%, 65%)OKLCH
oklch(0.623 0.215 302)CMYK
cmyk(33%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F3DED
2#7E1FEA
3#6E14D4
4#5E11B6
5#4E0E98
6#3F0B79
7#2F085B
8#1F063D
9#10031E
Tints
Lighter variations
1#AA6CF1
2#B47CF3
3#BD8DF4
4#C69DF6
5#D0ADF7
6#D9BEF9
7#E3CEFA
8#ECDEFC
9#F6EFFD
Tones
Muted variations
1#A163E8
2#A26AE1
3#A272DA
4#A379D2
5#A381CB
6#A488C3
7#A490BC
8#A597B5
9#A59EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDE #ECDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC2 #DCC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C194 #C194F5 | BordersInactive statesPlaceholder text |
| 400 | A15C #A15CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 862D #862DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A13 #6A13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540F #540FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C0B #3C0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2707 #27074B | Primary textHigh emphasis contentDark headings |
| 950 | 1804 #18042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FE;
--orchid-100: #ECDEFC;
--orchid-200: #DCC2F9;
--orchid-300: #C194F5;
--orchid-400: #A15CF0;
--orchid-500: #862DEB;
--orchid-600: #6A13CD;
--orchid-700: #540FA3;
--orchid-800: #3C0B75;
--orchid-900: #27074B;
--orchid-950: #18042F;
}