Orchid
#A62DEB
PurpleColor Codes
All color formats for development
HEX
#A62DEBRGB
rgb(166, 45, 235)HSL
hsl(278, 83%, 55%)OKLCH
oklch(0.577 0.262 308.8)CMYK
cmyk(29%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A15E7
2#8913CD
3#7811B4
4#670E9A
5#560C80
6#450A67
7#33074D
8#220533
9#11021A
Tints
Lighter variations
1#AF42ED
2#B857EF
3#C06CF1
4#C981F3
5#D296F5
6#DBABF7
7#E4C0F9
8#EDD5FB
9#F6EAFD
Tones
Muted variations
1#A337E2
2#A140D8
3#9E4ACF
4#9B53C5
5#995DBC
6#9666B2
7#9470A9
8#91799F
9#8F8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DE #F1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C2 #E5C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D194 #D194F5 | BordersInactive statesPlaceholder text |
| 400 | BA5C #BA5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | A62D #A62DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 8913 #8913CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D0F #6D0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E0B #4E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3207 #32074B | Primary textHigh emphasis contentDark headings |
| 950 | 1F04 #1F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F1DEFC;
--orchid-200: #E5C2F9;
--orchid-300: #D194F5;
--orchid-400: #BA5CF0;
--orchid-500: #A62DEB;
--orchid-600: #8913CD;
--orchid-700: #6D0FA3;
--orchid-800: #4E0B75;
--orchid-900: #32074B;
--orchid-950: #1F042F;
}