Orchid
#AB52FA
PurpleColor Codes
All color formats for development
HEX
#AB52FARGB
rgb(171, 82, 250)HSL
hsl(272, 94%, 65%)OKLCH
oklch(0.629 0.24 304.6)CMYK
cmyk(32%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C32F9
2#8C12F8
3#7B07E1
4#6A06C1
5#5805A1
6#460481
7#350360
8#230240
9#120120
Tints
Lighter variations
1#B463FA
2#BC74FB
3#C486FB
4#CD97FC
5#D5A8FC
6#DEBAFD
7#E6CBFD
8#EEDCFE
9#F7EEFE
Tones
Muted variations
1#AB5AF1
2#AA63E9
3#AA6BE0
4#A973D8
5#A97CD0
6#A884C7
7#A78DBF
8#A795B7
9#A69DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDC #EEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BF #E0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C88D #C88DFB | BordersInactive statesPlaceholder text |
| 400 | AB52 #AB52FA | Disabled statesSecondary iconsMuted text |
| 500 | 9320 #9320F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7707 #7707DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F05 #5F05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4404 #44047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B02 #2B024F | Primary textHigh emphasis contentDark headings |
| 950 | 1B02 #1B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F0FF;
--orchid-100: #EEDCFE;
--orchid-200: #E0BFFD;
--orchid-300: #C88DFB;
--orchid-400: #AB52FA;
--orchid-500: #9320F8;
--orchid-600: #7707DA;
--orchid-700: #5F05AD;
--orchid-800: #44047C;
--orchid-900: #2B024F;
--orchid-950: #1B0231;
}