Orchid
#EA5DEF
PinkColor Codes
All color formats for development
HEX
#EA5DEFRGB
rgb(234, 93, 239)HSL
hsl(298, 82%, 65%)OKLCH
oklch(0.712 0.239 326.3)CMYK
cmyk(2%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E63EEC
2#E220E9
3#CD15D3
4#B012B5
5#920F97
6#750C79
7#58095A
8#3B063C
9#1D031E
Tints
Lighter variations
1#EC6DF1
2#EE7DF2
3#F08DF4
4#F29EF5
5#F5AEF7
6#F7BEF9
7#F9CEFA
8#FBDFFC
9#FDEFFD
Tones
Muted variations
1#E364E8
2#DC6BE0
3#D673D9
4#CF7AD2
5#C881CA
6#C188C3
7#BA90BC
8#B397B4
9#AD9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C3 #F7C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F194 #F194F4 | BordersInactive statesPlaceholder text |
| 400 | EA5D #EA5DEF | Disabled statesSecondary iconsMuted text |
| 500 | E42E #E42EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | C614 #C614CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E10 #9E10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710B #710B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4807 #48074A | Primary textHigh emphasis contentDark headings |
| 950 | 2D05 #2D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FE;
--orchid-100: #FBDFFC;
--orchid-200: #F7C3F9;
--orchid-300: #F194F4;
--orchid-400: #EA5DEF;
--orchid-500: #E42EEA;
--orchid-600: #C614CC;
--orchid-700: #9E10A2;
--orchid-800: #710B74;
--orchid-900: #48074A;
--orchid-950: #2D052E;
}