Orchid
#C558F3
PurpleColor Codes
All color formats for development
HEX
#C558F3RGB
rgb(197, 88, 243)HSL
hsl(282, 87%, 65%)OKLCH
oklch(0.662 0.233 314.3)CMYK
cmyk(19%, 64%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BA39F1
2#AF1AEF
3#9C0FD9
4#860DBA
5#700B9B
6#59097C
7#43065D
8#2D043E
9#16021F
Tints
Lighter variations
1#CB69F5
2#D079F6
3#D68AF7
4#DC9BF8
5#E2ACF9
6#E8BCFA
7#EECDFC
8#F3DEFD
9#F9EEFE
Tones
Muted variations
1#C260EC
2#BF68E4
3#BB6FDC
4#B877D4
5#B57FCD
6#B287C5
7#AF8EBD
8#AC96B5
9#A99EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DE #F3DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C1 #E9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D991 #D991F7 | BordersInactive statesPlaceholder text |
| 400 | C558 #C558F3 | Disabled statesSecondary iconsMuted text |
| 500 | B428 #B428F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 970F #970FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 780C #780CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5608 #560877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3705 #37054C | Primary textHigh emphasis contentDark headings |
| 950 | 2203 #220330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FE;
--orchid-100: #F3DEFD;
--orchid-200: #E9C1FB;
--orchid-300: #D991F7;
--orchid-400: #C558F3;
--orchid-500: #B428F0;
--orchid-600: #970FD2;
--orchid-700: #780CA7;
--orchid-800: #560877;
--orchid-900: #37054C;
--orchid-950: #220330;
}