Orchid
#D162EA
PinkColor Codes
All color formats for development
HEX
#D162EARGB
rgb(209, 98, 234)HSL
hsl(289, 76%, 65%)OKLCH
oklch(0.683 0.216 319.9)CMYK
cmyk(11%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C845E6
2#C028E2
3#AC1CCC
4#9318AF
5#7B1492
6#621075
7#4A0C58
8#31083A
9#19041D
Tints
Lighter variations
1#D572EC
2#DA81EE
3#DF91F0
4#E3A1F2
5#E8B0F4
6#ECC0F6
7#F1D0F9
8#F6E0FB
9#FAEFFD
Tones
Muted variations
1#CC69E3
2#C86FDC
3#C476D5
4#C07DCE
5#BB84C8
6#B78BC1
7#B391BA
8#AE98B3
9#AA9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6E0 #F6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC5 #EEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E198 #E198F1 | BordersInactive statesPlaceholder text |
| 400 | D162 #D162EA | Disabled statesSecondary iconsMuted text |
| 500 | C335 #C335E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | A61B #A61BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8415 #84159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0F #5E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C0A #3C0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2606 #26062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF2FD;
--orchid-100: #F6E0FB;
--orchid-200: #EEC5F7;
--orchid-300: #E198F1;
--orchid-400: #D162EA;
--orchid-500: #C335E3;
--orchid-600: #A61BC5;
--orchid-700: #84159D;
--orchid-800: #5E0F70;
--orchid-900: #3C0A48;
--orchid-950: #26062D;
}