Orchid
#E335C9
PinkColor Codes
All color formats for development
HEX
#E335C9RGB
rgb(227, 53, 201)HSL
hsl(309, 76%, 55%)OKLCH
oklch(0.647 0.253 335.1)CMYK
cmyk(0%, 77%, 11%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE1EC1
2#C51BAC
3#AD1896
4#941481
5#7B116B
6#630D56
7#4A0A40
8#31072B
9#190315
Tints
Lighter variations
1#E649CF
2#E95DD4
3#EC72D9
4#EE86DF
5#F19AE4
6#F4AEEA
7#F7C2EF
8#F9D7F4
9#FCEBFA
Tones
Muted variations
1#DB3EC3
2#D246BD
3#C94FB7
4#C158B1
5#B861AB
6#AF69A5
7#A6729F
8#9E7B98
9#958492
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198E4 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62D5 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A3F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FB;
--orchid-100: #FBE0F7;
--orchid-200: #F7C5EF;
--orchid-300: #F198E4;
--orchid-400: #EA62D5;
--orchid-500: #E335C9;
--orchid-600: #C51BAC;
--orchid-700: #9D1589;
--orchid-800: #700F62;
--orchid-900: #480A3F;
--orchid-950: #2D0627;
}