Orchid
#D562EA
PinkColor Codes
All color formats for development
HEX
#D562EARGB
rgb(213, 98, 234)HSL
hsl(291, 76%, 65%)OKLCH
oklch(0.688 0.218 321.2)CMYK
cmyk(9%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CD45E6
2#C628E2
3#B21CCC
4#9818AF
5#7F1492
6#661075
7#4C0C58
8#33083A
9#19041D
Tints
Lighter variations
1#D972EC
2#DE81EE
3#E291F0
4#E6A1F2
5#EAB0F4
6#EEC0F6
7#F2D0F9
8#F7E0FB
9#FBEFFD
Tones
Muted variations
1#D069E3
2#CC6FDC
3#C776D5
4#C27DCE
5#BD84C8
6#B98BC1
7#B491BA
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 | F7E0 #F7E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC5 #EFC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E498 #E498F1 | BordersInactive statesPlaceholder text |
| 400 | D562 #D562EA | Disabled statesSecondary iconsMuted text |
| 500 | C935 #C935E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | AC1B #AC1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8915 #89159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 620F #620F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F0A #3F0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2706 #27062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF2FD;
--orchid-100: #F7E0FB;
--orchid-200: #EFC5F7;
--orchid-300: #E498F1;
--orchid-400: #D562EA;
--orchid-500: #C935E3;
--orchid-600: #AC1BC5;
--orchid-700: #89159D;
--orchid-800: #620F70;
--orchid-900: #3F0A48;
--orchid-950: #27062D;
}