Orchid
#C551FB
PurpleColor Codes
All color formats for development
HEX
#C551FBRGB
rgb(197, 81, 251)HSL
hsl(281, 96%, 65%)OKLCH
oklch(0.659 0.249 312.9)CMYK
cmyk(22%, 68%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BA30FB
2#B00FFA
3#9D05E3
4#8604C3
5#7003A2
6#5A0382
7#430261
8#2D0141
9#160120
Tints
Lighter variations
1#CB62FC
2#D173FC
3#D785FD
4#DC96FD
5#E2A8FD
6#E8B9FE
7#EECBFE
8#F3DCFE
9#F9EEFF
Tones
Muted variations
1#C259F3
2#BF61EA
3#BC6AE2
4#B972D9
5#B57BD1
6#B283C8
7#AF8CBF
8#AC95B7
9#A99DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DC #F3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EABE #EABEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D98C #D98CFD | BordersInactive statesPlaceholder text |
| 400 | C550 #C550FB | Disabled statesSecondary iconsMuted text |
| 500 | B51E #B51EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 9804 #9804DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7904 #7904AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5603 #56037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3702 #370250 | Primary textHigh emphasis contentDark headings |
| 950 | 2201 #220132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF0FF;
--orchid-100: #F3DCFE;
--orchid-200: #EABEFE;
--orchid-300: #D98CFD;
--orchid-400: #C550FB;
--orchid-500: #B51EFA;
--orchid-600: #9804DC;
--orchid-700: #7904AF;
--orchid-800: #56037D;
--orchid-900: #370250;
--orchid-950: #220132;
}