Orchid
#C465E6
PurpleColor Codes
All color formats for development
HEX
#C465E6RGB
rgb(196, 101, 230)HSL
hsl(284, 72%, 65%)OKLCH
oklch(0.669 0.202 316.3)CMYK
cmyk(15%, 56%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B949E1
2#AE2CDD
3#9B20C8
4#851CAB
5#6F178F
6#591372
7#420E56
8#2C0939
9#16051D
Tints
Lighter variations
1#CA75E9
2#D084EB
3#D694EE
4#DBA3F0
5#E1B2F3
6#E7C2F5
7#EDD1F8
8#F3E0FA
9#F9F0FD
Tones
Muted variations
1#C16CE0
2#BE72D9
3#BB79D3
4#B87FCC
5#B586C6
6#B28CBF
7#AF92B9
8#AC99B3
9#A99FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3E0 #F3E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C6 #E9C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | D89A #D89AEF | BordersInactive statesPlaceholder text |
| 400 | C465 #C465E6 | Disabled statesSecondary iconsMuted text |
| 500 | B33A #B33ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 961F #961FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7719 #77199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5512 #55126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 370B #370B46 | Primary textHigh emphasis contentDark headings |
| 950 | 2207 #22072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF2FD;
--orchid-100: #F3E0FA;
--orchid-200: #E9C6F6;
--orchid-300: #D89AEF;
--orchid-400: #C465E6;
--orchid-500: #B33ADF;
--orchid-600: #961FC1;
--orchid-700: #77199A;
--orchid-800: #55126E;
--orchid-900: #370B46;
--orchid-950: #22072C;
}