Orchid
#C15CF0
PurpleColor Codes
All color formats for development
HEX
#C15CF0RGB
rgb(193, 92, 240)HSL
hsl(281, 83%, 65%)OKLCH
oklch(0.66 0.223 313.4)CMYK
cmyk(20%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B53DED
2#AA1FEA
3#9714D4
4#8211B6
5#6C0E98
6#560B79
7#41085B
8#2B063D
9#16031E
Tints
Lighter variations
1#C76CF1
2#CD7CF3
3#D48DF4
4#DA9DF6
5#E0ADF7
6#E6BEF9
7#ECCEFA
8#F3DEFC
9#F9EFFD
Tones
Muted variations
1#BE63E8
2#BB6AE1
3#B972DA
4#B679D2
5#B381CB
6#B188C3
7#AE90BC
8#AB97B5
9#A89EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DE #F3DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C2 #E8C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D694 #D694F5 | BordersInactive statesPlaceholder text |
| 400 | C15C #C15CF0 | Disabled statesSecondary iconsMuted text |
| 500 | AF2D #AF2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 9213 #9213CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 740F #740FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 530B #530B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3507 #35074B | Primary textHigh emphasis contentDark headings |
| 950 | 2104 #21042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FE;
--orchid-100: #F3DEFC;
--orchid-200: #E8C2F9;
--orchid-300: #D694F5;
--orchid-400: #C15CF0;
--orchid-500: #AF2DEB;
--orchid-600: #9213CD;
--orchid-700: #740FA3;
--orchid-800: #530B75;
--orchid-900: #35074B;
--orchid-950: #21042F;
}