Orchid
#D436E2
PinkColor Codes
All color formats for development
HEX
#D436E2RGB
rgb(212, 54, 226)HSL
hsl(295, 75%, 55%)OKLCH
oklch(0.64 0.263 324.4)CMYK
cmyk(6%, 76%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CD20DD
2#B61CC4
3#A019AC
4#891593
5#72127B
6#5B0E62
7#440B4A
8#2E0731
9#170419
Tints
Lighter variations
1#D84AE5
2#DD5EE8
3#E172EB
4#E587EE
5#E99BF1
6#EEAFF4
7#F2C3F6
8#F6D7F9
9#FBEBFC
Tones
Muted variations
1#CD3FDA
2#C647D1
3#BE50C8
4#B759C0
5#B061B7
6#A96AAF
7#A272A6
8#9B7B9D
9#938495
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;
}