Orchid
#DB65E6
PinkColor Codes
All color formats for development
HEX
#DB65E6RGB
rgb(219, 101, 230)HSL
hsl(295, 72%, 65%)OKLCH
oklch(0.697 0.213 324.2)CMYK
cmyk(5%, 56%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D549E1
2#CE2CDD
3#BA20C8
4#9F1CAB
5#85178F
6#6A1372
7#500E56
8#350939
9#1B051D
Tints
Lighter variations
1#DF75E9
2#E284EB
3#E694EE
4#EAA3F0
5#EDB2F3
6#F1C2F5
7#F4D1F8
8#F8E0FA
9#FBF0FD
Tones
Muted variations
1#D66CE0
2#D172D9
3#CB79D3
4#C67FCC
5#C186C6
6#BB8CBF
7#B692B9
8#B099B3
9#AB9FAC
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;
}