Orchid
#DE63E9
PinkColor Codes
All color formats for development
HEX
#DE63E9RGB
rgb(222, 99, 233)HSL
hsl(295, 75%, 65%)OKLCH
oklch(0.7 0.22 324.3)CMYK
cmyk(5%, 58%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D746E5
2#D129E0
3#BD1DCB
4#A219AE
5#871591
6#6C1174
7#510C57
8#36083A
9#1B041D
Tints
Lighter variations
1#E172EB
2#E482ED
3#E892EF
4#EBA1F2
5#EEB1F4
6#F2C1F6
7#F5D0F8
8#F8E0FB
9#FCEFFD
Tones
Muted variations
1#D86AE2
2#D270DB
3#CD77D5
4#C77ECE
5#C284C7
6#BC8BC1
7#B692BA
8#B198B3
9#AB9FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8E0 #F8E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C5 #F3C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E998 #E998F0 | BordersInactive statesPlaceholder text |
| 400 | DE63 #DE63E9 | Disabled statesSecondary iconsMuted text |
| 500 | D436 #D436E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | B61C #B61CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9116 #91169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6810 #681070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 420A #420A47 | Primary textHigh emphasis contentDark headings |
| 950 | 2906 #29062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF2FD;
--orchid-100: #F8E0FB;
--orchid-200: #F3C5F7;
--orchid-300: #E998F0;
--orchid-400: #DE63E9;
--orchid-500: #D436E2;
--orchid-600: #B61CC4;
--orchid-700: #91169C;
--orchid-800: #681070;
--orchid-900: #420A47;
--orchid-950: #29062D;
}