Orchid
#C15DEF
PurpleColor Codes
All color formats for development
HEX
#C15DEFRGB
rgb(193, 93, 239)HSL
hsl(281, 82%, 65%)OKLCH
oklch(0.66 0.221 313.6)CMYK
cmyk(19%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B53EEC
2#A920E9
3#9715D3
4#8112B5
5#6C0F97
6#560C79
7#41095A
8#2B063C
9#16031E
Tints
Lighter variations
1#C76DF1
2#CD7DF2
3#D38DF4
4#DA9EF5
5#E0AEF7
6#E6BEF9
7#ECCEFA
8#F3DFFC
9#F9EFFD
Tones
Muted variations
1#BE64E8
2#BB6BE0
3#B973D9
4#B67AD2
5#B381CA
6#B088C3
7#AE90BC
8#AB97B4
9#A89EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DF #F3DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C3 #E8C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D694 #D694F4 | BordersInactive statesPlaceholder text |
| 400 | C15D #C15DEF | Disabled statesSecondary iconsMuted text |
| 500 | AF2E #AF2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 9214 #9214CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7410 #7410A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 530B #530B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3507 #35074A | Primary textHigh emphasis contentDark headings |
| 950 | 2105 #21052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FE;
--orchid-100: #F3DFFC;
--orchid-200: #E8C3F9;
--orchid-300: #D694F4;
--orchid-400: #C15DEF;
--orchid-500: #AF2EEA;
--orchid-600: #9214CC;
--orchid-700: #7410A2;
--orchid-800: #530B74;
--orchid-900: #35074A;
--orchid-950: #21052E;
}