Orchid
#C552FA
PurpleColor Codes
All color formats for development
HEX
#C552FARGB
rgb(197, 82, 250)HSL
hsl(281, 94%, 65%)OKLCH
oklch(0.659 0.247 313.1)CMYK
cmyk(21%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BA32F9
2#AF12F8
3#9C07E1
4#8606C1
5#6F05A1
6#590481
7#430360
8#2D0240
9#160120
Tints
Lighter variations
1#CA63FA
2#D074FB
3#D686FB
4#DC97FC
5#E2A8FC
6#E8BAFD
7#EDCBFD
8#F3DCFE
9#F9EEFE
Tones
Muted variations
1#C15AF1
2#BE63E9
3#BB6BE0
4#B873D8
5#B57CD0
6#B284C7
7#AF8DBF
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 | E9BF #E9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D98D #D98DFB | BordersInactive statesPlaceholder text |
| 400 | C552 #C552FA | Disabled statesSecondary iconsMuted text |
| 500 | B420 #B420F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9707 #9707DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7805 #7805AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5604 #56047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3702 #37024F | Primary textHigh emphasis contentDark headings |
| 950 | 2202 #220231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF0FF;
--orchid-100: #F3DCFE;
--orchid-200: #E9BFFD;
--orchid-300: #D98DFB;
--orchid-400: #C552FA;
--orchid-500: #B420F8;
--orchid-600: #9707DA;
--orchid-700: #7805AD;
--orchid-800: #56047C;
--orchid-900: #37024F;
--orchid-950: #220231;
}