Orchid
#E557F4
PinkColor Codes
All color formats for development
HEX
#E557F4RGB
rgb(229, 87, 244)HSL
hsl(294, 88%, 65%)OKLCH
oklch(0.701 0.249 323.8)CMYK
cmyk(6%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E038F2
2#DB19F0
3#C60EDA
4#A90CBB
5#8D0A9C
6#71087D
7#55065D
8#38043E
9#1C021F
Tints
Lighter variations
1#E768F5
2#EA79F6
3#ED8AF8
4#EF9AF9
5#F2ABFA
6#F4BCFB
7#F7CDFC
8#FADDFD
9#FCEEFE
Tones
Muted variations
1#DE5FEC
2#D867E5
3#D26FDD
4#CB77D5
5#C57ECD
6#BF86C5
7#B98EBD
8#B296B5
9#AC9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C1 #F5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EE91 #EE91F8 | BordersInactive statesPlaceholder text |
| 400 | E557 #E557F4 | Disabled statesSecondary iconsMuted text |
| 500 | DD27 #DD27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | BF0D #BF0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 980B #980BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D08 #6D0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4605 #46054D | Primary textHigh emphasis contentDark headings |
| 950 | 2B03 #2B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FE;
--orchid-100: #FADDFD;
--orchid-200: #F5C1FB;
--orchid-300: #EE91F8;
--orchid-400: #E557F4;
--orchid-500: #DD27F1;
--orchid-600: #BF0DD3;
--orchid-700: #980BA8;
--orchid-800: #6D0878;
--orchid-900: #46054D;
--orchid-950: #2B0330;
}