Orchid
#E955F6
PinkColor Codes
All color formats for development
HEX
#E955F6RGB
rgb(233, 85, 246)HSL
hsl(295, 90%, 65%)OKLCH
oklch(0.706 0.255 324.4)CMYK
cmyk(5%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E536F4
2#E016F3
3#CB0CDC
4#AE0ABD
5#91089D
6#74077E
7#57055E
8#3A033F
9#1D021F
Tints
Lighter variations
1#EB66F7
2#ED77F8
3#EF88F9
4#F299FA
5#F4AAFB
6#F6BBFB
7#F8CCFC
8#FBDDFD
9#FDEEFE
Tones
Muted variations
1#E25DEE
2#DB65E6
3#D56EDE
4#CE76D6
5#C77ECE
6#C186C6
7#BA8EBE
8#B396B6
9#AC9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C0 #F7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | F090 #F090F9 | BordersInactive statesPlaceholder text |
| 400 | E955 #E955F6 | Disabled statesSecondary iconsMuted text |
| 500 | E225 #E225F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C40B #C40BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C09 #9C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7006 #700679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4704 #47044E | Primary textHigh emphasis contentDark headings |
| 950 | 2D03 #2D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF0FE;
--orchid-100: #FBDDFD;
--orchid-200: #F7C0FC;
--orchid-300: #F090F9;
--orchid-400: #E955F6;
--orchid-500: #E225F4;
--orchid-600: #C40BD5;
--orchid-700: #9C09AA;
--orchid-800: #700679;
--orchid-900: #47044E;
--orchid-950: #2D0330;
}