Orchid
#A85CF0
PurpleColor Codes
All color formats for development
HEX
#A85CF0RGB
rgb(168, 92, 240)HSL
hsl(271, 83%, 65%)OKLCH
oklch(0.631 0.216 304.6)CMYK
cmyk(30%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#983DED
2#881FEA
3#7714D4
4#6611B6
5#550E98
6#440B79
7#33085B
8#22063D
9#11031E
Tints
Lighter variations
1#B16CF1
2#BA7CF3
3#C28DF4
4#CB9DF6
5#D4ADF7
6#DCBEF9
7#E5CEFA
8#EEDEFC
9#F6EFFD
Tones
Muted variations
1#A863E8
2#A86AE1
3#A772DA
4#A779D2
5#A781CB
6#A788C3
7#A690BC
8#A697B5
9#A69EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDE #EEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC2 #DFC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C694 #C694F5 | BordersInactive statesPlaceholder text |
| 400 | A85C #A85CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 8F2D #8F2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 7313 #7313CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C0F #5C0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 420B #420B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A07 #2A074B | Primary textHigh emphasis contentDark headings |
| 950 | 1A04 #1A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #EEDEFC;
--orchid-200: #DFC2F9;
--orchid-300: #C694F5;
--orchid-400: #A85CF0;
--orchid-500: #8F2DEB;
--orchid-600: #7313CD;
--orchid-700: #5C0FA3;
--orchid-800: #420B75;
--orchid-900: #2A074B;
--orchid-950: #1A042F;
}