Orchid
#A660EB
PurpleColor Codes
All color formats for development
HEX
#A660EBRGB
rgb(166, 96, 235)HSL
hsl(270, 78%, 65%)OKLCH
oklch(0.631 0.205 304.4)CMYK
cmyk(29%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9543E8
2#8525E4
3#741ACF
4#6316B1
5#531294
6#420F76
7#320B59
8#21073B
9#11041E
Tints
Lighter variations
1#AF70ED
2#B880EF
3#C190F1
4#C9A0F3
5#D2B0F5
6#DBBFF7
7#E4CFF9
8#EDDFFB
9#F6EFFD
Tones
Muted variations
1#A667E4
2#A66EDD
3#A675D6
4#A67CD0
5#A683C9
6#A68AC2
7#A691BB
8#A698B4
9#A69FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC4 #DEC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C497 #C497F2 | BordersInactive statesPlaceholder text |
| 400 | A660 #A660EB | Disabled statesSecondary iconsMuted text |
| 500 | 8C33 #8C33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7019 #7019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5914 #59149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400E #400E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2909 #290949 | Primary textHigh emphasis contentDark headings |
| 950 | 1A06 #1A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FD;
--orchid-100: #EDDFFB;
--orchid-200: #DEC4F8;
--orchid-300: #C497F2;
--orchid-400: #A660EB;
--orchid-500: #8C33E6;
--orchid-600: #7019C8;
--orchid-700: #59149F;
--orchid-800: #400E71;
--orchid-900: #290949;
--orchid-950: #1A062D;
}