Orchid
#E135E3
PinkColor Codes
All color formats for development
HEX
#E135E3RGB
rgb(225, 53, 227)HSL
hsl(299, 76%, 55%)OKLCH
oklch(0.658 0.27 327.6)CMYK
cmyk(1%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DB1EDE
2#C31BC5
3#AA18AD
4#921494
5#7A117B
6#610D63
7#490A4A
8#310731
9#180319
Tints
Lighter variations
1#E449E6
2#E75DE9
3#EA72EC
4#ED86EE
5#F09AF1
6#F3AEF4
7#F6C2F7
8#F9D7F9
9#FCEBFC
Tones
Muted variations
1#D83EDB
2#D046D2
3#C74FC9
4#BF58C1
5#B661B8
6#AE69AF
7#A672A6
8#9D7B9E
9#958495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C5 #F6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF98 #EF98F1 | BordersInactive statesPlaceholder text |
| 400 | E762 #E762EA | Disabled statesSecondary iconsMuted text |
| 500 | E135 #E135E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C31B #C31BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9B15 #9B159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F0F #6F0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2C06 #2C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FD;
--orchid-100: #FAE0FB;
--orchid-200: #F6C5F7;
--orchid-300: #EF98F1;
--orchid-400: #E762EA;
--orchid-500: #E135E3;
--orchid-600: #C31BC5;
--orchid-700: #9B159D;
--orchid-800: #6F0F70;
--orchid-900: #470A48;
--orchid-950: #2C062D;
}