Orchid
#EA62CE
PinkColor Codes
All color formats for development
HEX
#EA62CERGB
rgb(234, 98, 206)HSL
hsl(312, 76%, 65%)OKLCH
oklch(0.701 0.207 336.4)CMYK
cmyk(0%, 58%, 12%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E645C5
2#E228BC
3#CC1CA9
4#AF1891
5#921479
6#751061
7#580C48
8#3A0830
9#1D0418
Tints
Lighter variations
1#EC72D3
2#EE81D8
3#F091DD
4#F2A1E2
5#F4B0E7
6#F6C0EC
7#F9D0F0
8#FBE0F5
9#FDEFFA
Tones
Muted variations
1#E369CA
2#DC6FC6
3#D576C2
4#CE7DBE
5#C884BA
6#C18BB6
7#BA91B2
8#B398AE
9#AD9FAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198DF | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62CE | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1582 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A3B | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0625 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FB;
--orchid-100: #FBE0F5;
--orchid-200: #F7C5ED;
--orchid-300: #F198DF;
--orchid-400: #EA62CE;
--orchid-500: #E335C1;
--orchid-600: #C51BA3;
--orchid-700: #9D1582;
--orchid-800: #700F5D;
--orchid-900: #480A3B;
--orchid-950: #2D0625;
}