Orchid
#AF62EA
PurpleColor Codes
All color formats for development
HEX
#AF62EARGB
rgb(175, 98, 234)HSL
hsl(274, 76%, 65%)OKLCH
oklch(0.643 0.203 307.8)CMYK
cmyk(25%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A045E6
2#9128E2
3#801CCC
4#6E18AF
5#5B1492
6#491075
7#370C58
8#25083A
9#12041D
Tints
Lighter variations
1#B772EC
2#BF81EE
3#C791F0
4#CFA1F2
5#D7B0F4
6#DFC0F6
7#E7D0F9
8#EFE0FB
9#F7EFFD
Tones
Muted variations
1#AE69E3
2#AD6FDC
3#AC76D5
4#AB7DCE
5#AA84C8
6#A98BC1
7#A891BA
8#A898B3
9#A79FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFE0 #EFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C5 #E1C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | CA98 #CA98F1 | BordersInactive statesPlaceholder text |
| 400 | AF62 #AF62EA | Disabled statesSecondary iconsMuted text |
| 500 | 9835 #9835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7C1B #7C1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6215 #62159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 460F #460F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D0A #2D0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1C06 #1C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F2FD;
--orchid-100: #EFE0FB;
--orchid-200: #E1C5F7;
--orchid-300: #CA98F1;
--orchid-400: #AF62EA;
--orchid-500: #9835E3;
--orchid-600: #7C1BC5;
--orchid-700: #62159D;
--orchid-800: #460F70;
--orchid-900: #2D0A48;
--orchid-950: #1C062D;
}