Orchid
#D362EA
PinkColor Codes
All color formats for development
HEX
#D362EARGB
rgb(211, 98, 234)HSL
hsl(290, 76%, 65%)OKLCH
oklch(0.685 0.217 320.6)CMYK
cmyk(10%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CB45E6
2#C328E2
3#AF1CCC
4#9618AF
5#7D1492
6#641075
7#4B0C58
8#32083A
9#19041D
Tints
Lighter variations
1#D772EC
2#DC81EE
3#E091F0
4#E5A1F2
5#E9B0F4
6#EDC0F6
7#F2D0F9
8#F6E0FB
9#FBEFFD
Tones
Muted variations
1#CE69E3
2#CA6FDC
3#C576D5
4#C17DCE
5#BC84C8
6#B88BC1
7#B391BA
8#AF98B3
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 | EFC5 #EFC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E298 #E298F1 | BordersInactive statesPlaceholder text |
| 400 | D362 #D362EA | Disabled statesSecondary iconsMuted text |
| 500 | C635 #C635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | A91B #A91BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8615 #86159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 600F #600F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D0A #3D0A48 | 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: #EFC5F7;
--orchid-300: #E298F1;
--orchid-400: #D362EA;
--orchid-500: #C635E3;
--orchid-600: #A91BC5;
--orchid-700: #86159D;
--orchid-800: #600F70;
--orchid-900: #3D0A48;
--orchid-950: #26062D;
}