Orchid
#CD51FB
PurpleColor Codes
All color formats for development
HEX
#CD51FBRGB
rgb(205, 81, 251)HSL
hsl(284, 96%, 65%)OKLCH
oklch(0.669 0.252 315.4)CMYK
cmyk(18%, 68%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C530FB
2#BB0FFA
3#A805E3
4#9004C3
5#7803A2
6#600382
7#480261
8#300141
9#180120
Tints
Lighter variations
1#D362FC
2#D873FC
3#DD85FD
4#E196FD
5#E6A8FD
6#EBB9FE
7#F0CBFE
8#F5DCFE
9#FAEEFF
Tones
Muted variations
1#CA59F3
2#C661EA
3#C26AE2
4#BE72D9
5#BA7BD1
6#B683C8
7#B28CBF
8#AE95B7
9#AA9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DC #F5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBE #EDBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | DF8C #DF8CFD | BordersInactive statesPlaceholder text |
| 400 | CE50 #CE50FB | Disabled statesSecondary iconsMuted text |
| 500 | C01E #C01EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | A204 #A204DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8104 #8104AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C03 #5C037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B02 #3B0250 | Primary textHigh emphasis contentDark headings |
| 950 | 2501 #250132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF0FF;
--orchid-100: #F5DCFE;
--orchid-200: #EDBEFE;
--orchid-300: #DF8CFD;
--orchid-400: #CE50FB;
--orchid-500: #C01EFA;
--orchid-600: #A204DC;
--orchid-700: #8104AF;
--orchid-800: #5C037D;
--orchid-900: #3B0250;
--orchid-950: #250132;
}