Orchid
#E74DFF
PinkColor Codes
All color formats for development
HEX
#E74DFFRGB
rgb(231, 77, 255)HSL
hsl(292, 100%, 65%)OKLCH
oklch(0.701 0.27 321.9)CMYK
cmyk(9%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E32BFF
2#DE0AFF
3#C900E8
4#AC00C7
5#9000A6
6#730085
7#560063
8#390042
9#1D0021
Tints
Lighter variations
1#EA5EFF
2#EC70FF
3#EE82FF
4#F194FF
5#F3A6FF
6#F5B8FF
7#F8C9FF
8#FADBFF
9#FDEDFF
Tones
Muted variations
1#E155F6
2#DA5EED
3#D467E4
4#CD70DB
5#C679D2
6#C082C9
7#B98BC1
8#B394B8
9#AC9DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADB #FADBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6BD #F6BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | EF8A #EF8AFF | BordersInactive statesPlaceholder text |
| 400 | E74D #E74DFF | Disabled statesSecondary iconsMuted text |
| 500 | E01A #E01AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | C200 #C200E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9B00 #9B00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E00 #6E0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4700 #470052 | Primary textHigh emphasis contentDark headings |
| 950 | 2C00 #2C0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF0FF;
--orchid-100: #FADBFF;
--orchid-200: #F6BDFF;
--orchid-300: #EF8AFF;
--orchid-400: #E74DFF;
--orchid-500: #E01AFF;
--orchid-600: #C200E0;
--orchid-700: #9B00B3;
--orchid-800: #6E0080;
--orchid-900: #470052;
--orchid-950: #2C0033;
}