Orchid
#E335E3
PinkColor Codes
All color formats for development
HEX
#E335E3RGB
rgb(227, 53, 227)HSL
hsl(300, 76%, 55%)OKLCH
oklch(0.661 0.271 328.1)CMYK
cmyk(0%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE1EDE
2#C51BC5
3#AD18AD
4#941494
5#7B117B
6#630D63
7#4A0A4A
8#310731
9#190319
Tints
Lighter variations
1#E649E6
2#E95DE9
3#EC72EC
4#EE86EE
5#F19AF1
6#F4AEF4
7#F7C2F7
8#F9D7F9
9#FCEBFC
Tones
Muted variations
1#DB3EDB
2#D246D2
3#C94FC9
4#C158C1
5#B861B8
6#AF69AF
7#A672A6
8#9E7B9E
9#958495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198F1 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62EA | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FD;
--orchid-100: #FBE0FB;
--orchid-200: #F7C5F7;
--orchid-300: #F198F1;
--orchid-400: #EA62EA;
--orchid-500: #E335E3;
--orchid-600: #C51BC5;
--orchid-700: #9D159D;
--orchid-800: #700F70;
--orchid-900: #480A48;
--orchid-950: #2D062D;
}