Orchid
#C155F6
PurpleColor Codes
All color formats for development
HEX
#C155F6RGB
rgb(193, 85, 246)HSL
hsl(280, 90%, 65%)OKLCH
oklch(0.655 0.238 312.5)CMYK
cmyk(22%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B536F4
2#A916F3
3#970CDC
4#810ABD
5#6C089D
6#56077E
7#41055E
8#2B033F
9#16021F
Tints
Lighter variations
1#C766F7
2#CD77F8
3#D388F9
4#DA99FA
5#E0AAFB
6#E6BBFB
7#ECCCFC
8#F3DDFD
9#F9EEFE
Tones
Muted variations
1#BE5DEE
2#BB65E6
3#B86EDE
4#B676D6
5#B37ECE
6#B086C6
7#AE8EBE
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 | D690 #D690F9 | BordersInactive statesPlaceholder text |
| 400 | C155 #C155F6 | Disabled statesSecondary iconsMuted text |
| 500 | AF25 #AF25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 920B #920BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7409 #7409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5306 #530679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3504 #35044E | Primary textHigh emphasis contentDark headings |
| 950 | 2103 #210330 | 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: #D690F9;
--orchid-400: #C155F6;
--orchid-500: #AF25F4;
--orchid-600: #920BD5;
--orchid-700: #7409AA;
--orchid-800: #530679;
--orchid-900: #35044E;
--orchid-950: #210330;
}