Orchid
#C660EB
PurpleColor Codes
All color formats for development
HEX
#C660EBRGB
rgb(198, 96, 235)HSL
hsl(284, 78%, 65%)OKLCH
oklch(0.668 0.215 316.1)CMYK
cmyk(16%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BC43E8
2#B125E4
3#9E1ACF
4#8816B1
5#711294
6#5A0F76
7#440B59
8#2D073B
9#17041E
Tints
Lighter variations
1#CC70ED
2#D280EF
3#D790F1
4#DDA0F3
5#E3B0F5
6#E8BFF7
7#EECFF9
8#F4DFFB
9#F9EFFD
Tones
Muted variations
1#C367E4
2#C06EDD
3#BC75D6
4#B97CD0
5#B683C9
6#B38AC2
7#AF91BB
8#AC98B4
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 #EAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DA97 #DA97F2 | BordersInactive statesPlaceholder text |
| 400 | C660 #C660EB | Disabled statesSecondary iconsMuted text |
| 500 | B633 #B633E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9919 #9919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A14 #7A149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 570E #570E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3809 #380949 | 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: #EAC4F8;
--orchid-300: #DA97F2;
--orchid-400: #C660EB;
--orchid-500: #B633E6;
--orchid-600: #9919C8;
--orchid-700: #7A149F;
--orchid-800: #570E71;
--orchid-900: #380949;
--orchid-950: #23062D;
}