Orchid
#AB5DEF
PurpleColor Codes
All color formats for development
HEX
#AB5DEFRGB
rgb(171, 93, 239)HSL
hsl(272, 82%, 65%)OKLCH
oklch(0.635 0.214 305.8)CMYK
cmyk(28%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B3EEC
2#8B20E9
3#7A15D3
4#6912B5
5#570F97
6#460C79
7#34095A
8#23063C
9#11031E
Tints
Lighter variations
1#B36DF1
2#BC7DF2
3#C48DF4
4#CC9EF5
5#D5AEF7
6#DDBEF9
7#E6CEFA
8#EEDFFC
9#F7EFFD
Tones
Muted variations
1#AA64E8
2#AA6BE0
3#A973D9
4#A97AD2
5#A881CA
6#A888C3
7#A790BC
8#A797B4
9#A69EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C3 #E0C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C894 #C894F4 | BordersInactive statesPlaceholder text |
| 400 | AB5D #AB5DEF | Disabled statesSecondary iconsMuted text |
| 500 | 932E #932EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 7614 #7614CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E10 #5E10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430B #430B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B07 #2B074A | 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: #F8F1FE;
--orchid-100: #EEDFFC;
--orchid-200: #E0C3F9;
--orchid-300: #C894F4;
--orchid-400: #AB5DEF;
--orchid-500: #932EEA;
--orchid-600: #7614CC;
--orchid-700: #5E10A2;
--orchid-800: #430B74;
--orchid-900: #2B074A;
--orchid-950: #1B052E;
}