Orchid
#E236E2
PinkColor Codes
All color formats for development
HEX
#E236E2RGB
rgb(226, 54, 226)HSL
hsl(300, 75%, 55%)OKLCH
oklch(0.66 0.269 328.1)CMYK
cmyk(0%, 76%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DD20DD
2#C41CC4
3#AC19AC
4#931593
5#7B127B
6#620E62
7#4A0B4A
8#310731
9#190419
Tints
Lighter variations
1#E54AE5
2#E85EE8
3#EB72EB
4#EE87EE
5#F19BF1
6#F4AFF4
7#F6C3F6
8#F9D7F9
9#FCEBFC
Tones
Muted variations
1#DA3FDA
2#D147D1
3#C850C8
4#C059C0
5#B761B7
6#AF6AAF
7#A672A6
8#9D7B9D
9#958495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098F0 | BordersInactive statesPlaceholder text |
| 400 | E963 #E963E9 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E236E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A47 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FD;
--orchid-100: #FBE0FB;
--orchid-200: #F7C5F7;
--orchid-300: #F098F0;
--orchid-400: #E963E9;
--orchid-500: #E236E2;
--orchid-600: #C41CC4;
--orchid-700: #9C169C;
--orchid-800: #701070;
--orchid-900: #470A47;
--orchid-950: #2D062D;
}