Orchid
#C45AF2
PurpleColor Codes
All color formats for development
HEX
#C45AF2RGB
rgb(196, 90, 242)HSL
hsl(282, 85%, 65%)OKLCH
oklch(0.662 0.229 314.1)CMYK
cmyk(19%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B93BEF
2#AE1DED
3#9B11D7
4#850FB8
5#6F0C99
6#590A7B
7#43075C
8#2C053D
9#16021F
Tints
Lighter variations
1#CA6AF3
2#D07BF4
3#D68BF6
4#DC9CF7
5#E2ACF8
6#E7BDFA
7#EDCDFB
8#F3DEFC
9#F9EEFE
Tones
Muted variations
1#C161EA
2#BE69E2
3#BB71DB
4#B878D3
5#B580CC
6#B287C4
7#AF8FBD
8#AC97B5
9#A99EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DE #F3DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C2 #E9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | D892 #D892F6 | BordersInactive statesPlaceholder text |
| 400 | C45A #C45AF2 | Disabled statesSecondary iconsMuted text |
| 500 | B32B #B32BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 9611 #9611D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 780D #780DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 550A #550A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3706 #37064B | Primary textHigh emphasis contentDark headings |
| 950 | 2204 #22042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FE;
--orchid-100: #F3DEFC;
--orchid-200: #E9C2FA;
--orchid-300: #D892F6;
--orchid-400: #C45AF2;
--orchid-500: #B32BEE;
--orchid-600: #9611D0;
--orchid-700: #780DA5;
--orchid-800: #550A76;
--orchid-900: #37064B;
--orchid-950: #22042F;
}