Orchid
#C455F7
PurpleColor Codes
All color formats for development
HEX
#C455F7RGB
rgb(196, 85, 247)HSL
hsl(281, 91%, 65%)OKLCH
oklch(0.659 0.24 313.3)CMYK
cmyk(21%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B835F5
2#AD15F4
3#9B0ADE
4#8509BE
5#6F079E
6#58067F
7#42045F
8#2C033F
9#160120
Tints
Lighter variations
1#C966F8
2#CF77F9
3#D588F9
4#DB99FA
5#E1AAFB
6#E7BBFC
7#EDCCFD
8#F3DDFD
9#F9EEFE
Tones
Muted variations
1#C15DEF
2#BE65E7
3#BB6DDF
4#B875D6
5#B57DCE
6#B285C6
7#AF8DBE
8#AC96B6
9#A99EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C0 #E9C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | D88F #D88FFA | BordersInactive statesPlaceholder text |
| 400 | C455 #C455F7 | Disabled statesSecondary iconsMuted text |
| 500 | B324 #B324F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 960A #960AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7708 #7708AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5506 #55067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3604 #36044E | Primary textHigh emphasis contentDark headings |
| 950 | 2202 #220231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF0FE;
--orchid-100: #F3DDFD;
--orchid-200: #E9C0FC;
--orchid-300: #D88FFA;
--orchid-400: #C455F7;
--orchid-500: #B324F5;
--orchid-600: #960AD6;
--orchid-700: #7708AA;
--orchid-800: #55067A;
--orchid-900: #36044E;
--orchid-950: #220231;
}