Orchid
#C557F4
PurpleColor Codes
All color formats for development
HEX
#C557F4RGB
rgb(197, 87, 244)HSL
hsl(282, 88%, 65%)OKLCH
oklch(0.661 0.235 314.1)CMYK
cmyk(19%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BA38F2
2#B019F0
3#9D0EDA
4#860CBB
5#700A9C
6#5A087D
7#43065D
8#2D043E
9#16021F
Tints
Lighter variations
1#CB68F5
2#D179F6
3#D78AF8
4#DC9AF9
5#E2ABFA
6#E8BCFB
7#EECDFC
8#F3DDFD
9#F9EEFE
Tones
Muted variations
1#C25FEC
2#BF67E5
3#BC6FDD
4#B977D5
5#B57ECD
6#B286C5
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 | F3DD #F3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC1 #EAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D991 #D991F8 | BordersInactive statesPlaceholder text |
| 400 | C557 #C557F4 | Disabled statesSecondary iconsMuted text |
| 500 | B527 #B527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 980D #980DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 790B #790BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5608 #560878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3705 #37054D | 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: #F3DDFD;
--orchid-200: #EAC1FB;
--orchid-300: #D991F8;
--orchid-400: #C557F4;
--orchid-500: #B527F1;
--orchid-600: #980DD3;
--orchid-700: #790BA8;
--orchid-800: #560878;
--orchid-900: #37054D;
--orchid-950: #220330;
}