Orchid
#C155F7
PurpleColor Codes
All color formats for development
HEX
#C155F7RGB
rgb(193, 85, 247)HSL
hsl(280, 91%, 65%)OKLCH
oklch(0.656 0.239 312.3)CMYK
cmyk(22%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B535F5
2#AA15F4
3#970ADE
4#8209BE
5#6C079E
6#56067F
7#41045F
8#2B033F
9#160120
Tints
Lighter variations
1#C766F8
2#CD77F9
3#D388F9
4#DA99FA
5#E0AAFB
6#E6BBFC
7#ECCCFD
8#F3DDFD
9#F9EEFE
Tones
Muted variations
1#BE5DEF
2#BB65E7
3#B96DDF
4#B675D6
5#B37DCE
6#B185C6
7#AE8DBE
8#AB96B6
9#A89EAE
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 | E8C0 #E8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | D68F #D68FFA | BordersInactive statesPlaceholder text |
| 400 | C155 #C155F7 | Disabled statesSecondary iconsMuted text |
| 500 | AF24 #AF24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 920A #920AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7408 #7408AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5306 #53067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3504 #35044E | Primary textHigh emphasis contentDark headings |
| 950 | 2102 #210231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF0FE;
--orchid-100: #F3DDFD;
--orchid-200: #E8C0FC;
--orchid-300: #D68FFA;
--orchid-400: #C155F7;
--orchid-500: #AF24F5;
--orchid-600: #920AD6;
--orchid-700: #7408AA;
--orchid-800: #53067A;
--orchid-900: #35044E;
--orchid-950: #210231;
}