Orchid
#C460EB
PurpleColor Codes
All color formats for development
HEX
#C460EBRGB
rgb(196, 96, 235)HSL
hsl(283, 78%, 65%)OKLCH
oklch(0.665 0.214 315.4)CMYK
cmyk(17%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B943E8
2#AE25E4
3#9B1ACF
4#8516B1
5#6F1294
6#590F76
7#430B59
8#2C073B
9#16041E
Tints
Lighter variations
1#CA70ED
2#D080EF
3#D690F1
4#DCA0F3
5#E1B0F5
6#E7BFF7
7#EDCFF9
8#F3DFFB
9#F9EFFD
Tones
Muted variations
1#C167E4
2#BE6EDD
3#BB75D6
4#B87CD0
5#B583C9
6#B28AC2
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 | F3DF #F3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C4 #E9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D897 #D897F2 | BordersInactive statesPlaceholder text |
| 400 | C460 #C460EB | Disabled statesSecondary iconsMuted text |
| 500 | B333 #B333E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9619 #9619C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7714 #77149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 550E #550E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3709 #370949 | Primary textHigh emphasis contentDark headings |
| 950 | 2206 #22062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FD;
--orchid-100: #F3DFFB;
--orchid-200: #E9C4F8;
--orchid-300: #D897F2;
--orchid-400: #C460EB;
--orchid-500: #B333E6;
--orchid-600: #9619C8;
--orchid-700: #77149F;
--orchid-800: #550E71;
--orchid-900: #370949;
--orchid-950: #22062D;
}