Orchid
#A662EA
PurpleColor Codes
All color formats for development
HEX
#A662EARGB
rgb(166, 98, 234)HSL
hsl(270, 76%, 65%)OKLCH
oklch(0.633 0.201 304.3)CMYK
cmyk(29%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9545E6
2#8528E2
3#741CCC
4#6318AF
5#531492
6#421075
7#320C58
8#21083A
9#11041D
Tints
Lighter variations
1#AF72EC
2#B881EE
3#C191F0
4#C9A1F2
5#D2B0F4
6#DBC0F6
7#E4D0F9
8#EDE0FB
9#F6EFFD
Tones
Muted variations
1#A669E3
2#A66FDC
3#A676D5
4#A67DCE
5#A684C8
6#A68BC1
7#A691BA
8#A698B3
9#A69FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDE0 #EDE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC5 #DEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C498 #C498F1 | BordersInactive statesPlaceholder text |
| 400 | A662 #A662EA | Disabled statesSecondary iconsMuted text |
| 500 | 8C35 #8C35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 701B #701BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5915 #59159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400F #400F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 290A #290A48 | 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: #F7F2FD;
--orchid-100: #EDE0FB;
--orchid-200: #DEC5F7;
--orchid-300: #C498F1;
--orchid-400: #A662EA;
--orchid-500: #8C35E3;
--orchid-600: #701BC5;
--orchid-700: #59159D;
--orchid-800: #400F70;
--orchid-900: #290A48;
--orchid-950: #1A062D;
}