Orchid
#C955F7
PurpleColor Codes
All color formats for development
HEX
#C955F7RGB
rgb(201, 85, 247)HSL
hsl(283, 91%, 65%)OKLCH
oklch(0.666 0.242 314.8)CMYK
cmyk(19%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BF35F5
2#B515F4
3#A20ADE
4#8B09BE
5#74079E
6#5C067F
7#45045F
8#2E033F
9#170120
Tints
Lighter variations
1#CE66F8
2#D477F9
3#D988F9
4#DF99FA
5#E4AAFB
6#E9BBFC
7#EFCCFD
8#F4DDFD
9#FAEEFE
Tones
Muted variations
1#C55DEF
2#C265E7
3#BE6DDF
4#BB75D6
5#B77DCE
6#B485C6
7#B08DBE
8#AD96B6
9#A99EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC0 #EBC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | DB8F #DB8FFA | BordersInactive statesPlaceholder text |
| 400 | C955 #C955F7 | Disabled statesSecondary iconsMuted text |
| 500 | B924 #B924F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9C0A #9C0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C08 #7C08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5906 #59067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3904 #39044E | 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: #F4DDFD;
--orchid-200: #EBC0FC;
--orchid-300: #DB8FFA;
--orchid-400: #C955F7;
--orchid-500: #B924F5;
--orchid-600: #9C0AD6;
--orchid-700: #7C08AA;
--orchid-800: #59067A;
--orchid-900: #39044E;
--orchid-950: #240231;
}