Orchid
#DB5DEF
PinkColor Codes
All color formats for development
HEX
#DB5DEFRGB
rgb(219, 93, 239)HSL
hsl(292, 82%, 65%)OKLCH
oklch(0.692 0.232 322)CMYK
cmyk(8%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D53EEC
2#CE20E9
3#BA15D3
4#9F12B5
5#850F97
6#6A0C79
7#50095A
8#35063C
9#1B031E
Tints
Lighter variations
1#DF6DF1
2#E37DF2
3#E68DF4
4#EA9EF5
5#EDAEF7
6#F1BEF9
7#F4CEFA
8#F8DFFC
9#FBEFFD
Tones
Muted variations
1#D664E8
2#D16BE0
3#CB73D9
4#C67AD2
5#C181CA
6#BB88C3
7#B690BC
8#B097B4
9#AB9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DF #F8DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C3 #F2C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E894 #E894F4 | BordersInactive statesPlaceholder text |
| 400 | DB5D #DB5DEF | Disabled statesSecondary iconsMuted text |
| 500 | D12E #D12EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | B414 #B414CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F10 #8F10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 660B #660B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4107 #41074A | Primary textHigh emphasis contentDark headings |
| 950 | 2905 #29052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F8DFFC;
--orchid-200: #F2C3F9;
--orchid-300: #E894F4;
--orchid-400: #DB5DEF;
--orchid-500: #D12EEA;
--orchid-600: #B414CC;
--orchid-700: #8F10A2;
--orchid-800: #660B74;
--orchid-900: #41074A;
--orchid-950: #29052E;
}