Orchid
#DD4EFD
PinkColor Codes
All color formats for development
HEX
#DD4EFDRGB
rgb(221, 78, 253)HSL
hsl(289, 98%, 65%)OKLCH
oklch(0.688 0.263 319.7)CMYK
cmyk(13%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D72DFD
2#D10DFD
3#BC02E6
4#A102C5
5#8602A4
6#6B0183
7#510162
8#360142
9#1B0021
Tints
Lighter variations
1#E160FD
2#E472FE
3#E783FE
4#EB95FE
5#EEA7FE
6#F1B8FE
7#F5CAFE
8#F8DCFF
9#FCEDFF
Tones
Muted variations
1#D857F4
2#D260EC
3#CD69E3
4#C771DA
5#C17AD1
6#BC83C9
7#B68CC0
8#B194B7
9#AB9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DC #F8DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2BD #F2BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E98B #E98BFE | BordersInactive statesPlaceholder text |
| 400 | DD4E #DD4EFD | Disabled statesSecondary iconsMuted text |
| 500 | D31C #D31CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | B602 #B602DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9102 #9102B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6701 #67017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4201 #420151 | Primary textHigh emphasis contentDark headings |
| 950 | 2901 #290132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF0FF;
--orchid-100: #F8DCFF;
--orchid-200: #F2BDFE;
--orchid-300: #E98BFE;
--orchid-400: #DD4EFD;
--orchid-500: #D31CFD;
--orchid-600: #B602DE;
--orchid-700: #9102B1;
--orchid-800: #67017E;
--orchid-900: #420151;
--orchid-950: #290132;
}