Orchid
#E335E1
PinkColor Codes
All color formats for development
HEX
#E335E1RGB
rgb(227, 53, 225)HSL
hsl(301, 76%, 55%)OKLCH
oklch(0.66 0.269 328.6)CMYK
cmyk(0%, 77%, 1%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE1EDB
2#C51BC3
3#AD18AA
4#941492
5#7B117A
6#630D61
7#4A0A49
8#310731
9#190318
Tints
Lighter variations
1#E649E4
2#E95DE7
3#EC72EA
4#EE86ED
5#F19AF0
6#F4AEF3
7#F7C2F6
8#F9D7F9
9#FCEBFC
Tones
Muted variations
1#DB3ED8
2#D246D0
3#C94FC7
4#C158BF
5#B861B6
6#AF69AE
7#A672A6
8#9E7B9D
9#958495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198EF | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62E7 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BC3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D159B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A47 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FD;
--orchid-100: #FBE0FA;
--orchid-200: #F7C5F6;
--orchid-300: #F198EF;
--orchid-400: #EA62E7;
--orchid-500: #E335E1;
--orchid-600: #C51BC3;
--orchid-700: #9D159B;
--orchid-800: #700F6F;
--orchid-900: #480A47;
--orchid-950: #2D062C;
}