Orchid
#AF60EB
PurpleColor Codes
All color formats for development
HEX
#AF60EBRGB
rgb(175, 96, 235)HSL
hsl(274, 78%, 65%)OKLCH
oklch(0.641 0.207 307.8)CMYK
cmyk(26%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A043E8
2#9125E4
3#801ACF
4#6E16B1
5#5B1294
6#490F76
7#370B59
8#25073B
9#12041E
Tints
Lighter variations
1#B770ED
2#BF80EF
3#C790F1
4#CFA0F3
5#D7B0F5
6#DFBFF7
7#E7CFF9
8#EFDFFB
9#F7EFFD
Tones
Muted variations
1#AE67E4
2#AD6EDD
3#AC75D6
4#AB7CD0
5#AA83C9
6#A98AC2
7#A991BB
8#A898B4
9#A79FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C4 #E1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CA97 #CA97F2 | BordersInactive statesPlaceholder text |
| 400 | AF60 #AF60EB | Disabled statesSecondary iconsMuted text |
| 500 | 9833 #9833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7C19 #7C19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6314 #63149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 460E #460E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D09 #2D0949 | 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: #F8F1FD;
--orchid-100: #EFDFFB;
--orchid-200: #E1C4F8;
--orchid-300: #CA97F2;
--orchid-400: #AF60EB;
--orchid-500: #9833E6;
--orchid-600: #7C19C8;
--orchid-700: #63149F;
--orchid-800: #460E71;
--orchid-900: #2D0949;
--orchid-950: #1C062D;
}