Orchid
#EA61EA
PinkColor Codes
All color formats for development
HEX
#EA61EARGB
rgb(234, 97, 234)HSL
hsl(300, 77%, 65%)OKLCH
oklch(0.713 0.23 327.7)CMYK
cmyk(0%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E744E7
2#E326E3
3#CD1BCD
4#B017B0
5#931393
6#750F75
7#580B58
8#3B083B
9#1D041D
Tints
Lighter variations
1#ED71ED
2#EF81EF
3#F190F1
4#F3A0F3
5#F5B0F5
6#F7C0F7
7#F9D0F9
8#FBDFFB
9#FDEFFD
Tones
Muted variations
1#E468E4
2#DD6FDD
3#D676D6
4#CF7DCF
5#C883C8
6#C18AC1
7#BA91BA
8#B398B3
9#AD9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297F2 | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA61EA | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E534E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480948 | 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: #FDF1FD;
--orchid-100: #FBDFFB;
--orchid-200: #F7C4F7;
--orchid-300: #F297F2;
--orchid-400: #EA61EA;
--orchid-500: #E534E5;
--orchid-600: #C71AC7;
--orchid-700: #9E159E;
--orchid-800: #710F71;
--orchid-900: #480948;
--orchid-950: #2D062D;
}