Orchid
#C661EA
PurpleColor Codes
All color formats for development
HEX
#C661EARGB
rgb(198, 97, 234)HSL
hsl(284, 77%, 65%)OKLCH
oklch(0.668 0.213 316.3)CMYK
cmyk(15%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB44E7
2#B126E3
3#9E1BCD
4#8717B0
5#711393
6#5A0F75
7#440B58
8#2D083B
9#17041D
Tints
Lighter variations
1#CC71ED
2#D181EF
3#D790F1
4#DDA0F3
5#E2B0F5
6#E8C0F7
7#EED0F9
8#F4DFFB
9#F9EFFD
Tones
Muted variations
1#C368E4
2#BF6FDD
3#BC76D6
4#B97DCF
5#B683C8
6#B38AC1
7#AF91BA
8#AC98B3
9#A99FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DF #F4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC4 #EAC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D997 #D997F2 | BordersInactive statesPlaceholder text |
| 400 | C661 #C661EA | Disabled statesSecondary iconsMuted text |
| 500 | B534 #B534E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 991A #991AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7915 #79159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 570F #570F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3709 #370948 | Primary textHigh emphasis contentDark headings |
| 950 | 2306 #23062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FD;
--orchid-100: #F4DFFB;
--orchid-200: #EAC4F7;
--orchid-300: #D997F2;
--orchid-400: #C661EA;
--orchid-500: #B534E5;
--orchid-600: #991AC7;
--orchid-700: #79159E;
--orchid-800: #570F71;
--orchid-900: #370948;
--orchid-950: #23062D;
}