Orchid
#EA62E1
PinkColor Codes
All color formats for development
HEX
#EA62E1RGB
rgb(234, 98, 225)HSL
hsl(304, 76%, 65%)OKLCH
oklch(0.71 0.221 330.3)CMYK
cmyk(0%, 58%, 4%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E645DB
2#E228D5
3#CC1CC0
4#AF18A5
5#921489
6#75106E
7#580C52
8#3A0837
9#1D041B
Tints
Lighter variations
1#EC72E4
2#EE81E7
3#F091EA
4#F2A1ED
5#F4B0F0
6#F6C0F3
7#F9D0F6
8#FBE0F9
9#FDEFFC
Tones
Muted variations
1#E369DB
2#DC6FD5
3#D576CF
4#CE7DC9
5#C884C3
6#C18BBD
7#BA91B7
8#B398B2
9#AD9FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198EB | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62E1 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1594 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A44 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FC;
--orchid-100: #FBE0F9;
--orchid-200: #F7C5F4;
--orchid-300: #F198EB;
--orchid-400: #EA62E1;
--orchid-500: #E335D8;
--orchid-600: #C51BBA;
--orchid-700: #9D1594;
--orchid-800: #700F6A;
--orchid-900: #480A44;
--orchid-950: #2D062A;
}