Orchid
#D13ADF
PinkColor Codes
All color formats for development
HEX
#D13ADFRGB
rgb(209, 58, 223)HSL
hsl(295, 72%, 55%)OKLCH
oklch(0.637 0.256 324.2)CMYK
cmyk(6%, 74%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA23D9
2#B41FC1
3#9D1BA9
4#871891
5#701479
6#5A1060
7#430C48
8#2D0830
9#160418
Tints
Lighter variations
1#D64DE2
2#DA61E5
3#DF75E9
4#E389EC
5#E89CEF
6#EDB0F2
7#F1C4F5
8#F6D8F9
9#FAEBFC
Tones
Muted variations
1#CA42D7
2#C34ACE
3#BC52C6
4#B65BBE
5#AF63B6
6#A86BAD
7#A173A5
8#9A7C9D
9#938495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8E0 #F8E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C6 #F2C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | E89A #E89AEF | BordersInactive statesPlaceholder text |
| 400 | DB65 #DB65E6 | Disabled statesSecondary iconsMuted text |
| 500 | D13A #D13ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | B41F #B41FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F19 #8F199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6612 #66126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 410B #410B46 | Primary textHigh emphasis contentDark headings |
| 950 | 2907 #29072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF2FD;
--orchid-100: #F8E0FA;
--orchid-200: #F2C6F6;
--orchid-300: #E89AEF;
--orchid-400: #DB65E6;
--orchid-500: #D13ADF;
--orchid-600: #B41FC1;
--orchid-700: #8F199A;
--orchid-800: #66126E;
--orchid-900: #410B46;
--orchid-950: #29072C;
}