Orchid
#C954F8
PurpleColor Codes
All color formats for development
HEX
#C954F8RGB
rgb(201, 84, 248)HSL
hsl(283, 92%, 65%)OKLCH
oklch(0.665 0.244 314.7)CMYK
cmyk(19%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BF34F7
2#B514F5
3#A209DF
4#8B08BF
5#74079F
6#5D057F
7#46045F
8#2E0340
9#170120
Tints
Lighter variations
1#CF65F9
2#D476F9
3#D987FA
4#DF98FB
5#E4A9FB
6#EABAFC
7#EFCCFD
8#F4DDFE
9#FAEEFE
Tones
Muted variations
1#C65CF0
2#C264E7
3#BF6CDF
4#BB74D7
5#B87DCF
6#B485C7
7#B08DBE
8#AD95B6
9#A99EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBF #EBBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | DC8E #DC8EFA | BordersInactive statesPlaceholder text |
| 400 | C954 #C954F8 | Disabled statesSecondary iconsMuted text |
| 500 | BA23 #BA23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9D09 #9D09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D07 #7D07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5905 #59057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3903 #39034E | Primary textHigh emphasis contentDark headings |
| 950 | 2402 #240231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF0FE;
--orchid-100: #F4DDFE;
--orchid-200: #EBBFFC;
--orchid-300: #DC8EFA;
--orchid-400: #C954F8;
--orchid-500: #BA23F6;
--orchid-600: #9D09D7;
--orchid-700: #7D07AB;
--orchid-800: #59057A;
--orchid-900: #39034E;
--orchid-950: #240231;
}