Orchid
#E335D2
PinkColor Codes
All color formats for development
HEX
#E335D2RGB
rgb(227, 53, 210)HSL
hsl(306, 76%, 55%)OKLCH
oklch(0.652 0.259 332.6)CMYK
cmyk(0%, 77%, 7%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE1ECB
2#C51BB4
3#AD189E
4#941487
5#7B1171
6#630D5A
7#4A0A44
8#31072D
9#190317
Tints
Lighter variations
1#E649D7
2#E95DDB
3#EC72E0
4#EE86E4
5#F19AE9
6#F4AEED
7#F7C2F2
8#F9D7F6
9#FCEBFB
Tones
Muted variations
1#DB3ECB
2#D246C4
3#C94FBD
4#C158B6
5#B861AF
6#AF69A8
7#A672A1
8#9E7B9A
9#958493
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198E8 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62DC | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A42 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FC;
--orchid-100: #FBE0F8;
--orchid-200: #F7C5F2;
--orchid-300: #F198E8;
--orchid-400: #EA62DC;
--orchid-500: #E335D2;
--orchid-600: #C51BB4;
--orchid-700: #9D1590;
--orchid-800: #700F67;
--orchid-900: #480A42;
--orchid-950: #2D0629;
}