Orchid
#E658F3
PinkColor Codes
All color formats for development
HEX
#E658F3RGB
rgb(230, 88, 243)HSL
hsl(295, 87%, 65%)OKLCH
oklch(0.703 0.247 324.3)CMYK
cmyk(5%, 64%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E239F1
2#DD1AEF
3#C80FD9
4#AC0DBA
5#8F0B9B
6#72097C
7#56065D
8#39043E
9#1D021F
Tints
Lighter variations
1#E969F5
2#EB79F6
3#EE8AF7
4#F09BF8
5#F3ACF9
6#F5BCFA
7#F8CDFC
8#FADEFD
9#FDEEFE
Tones
Muted variations
1#E060EC
2#DA68E4
3#D36FDC
4#CD77D4
5#C67FCD
6#C087C5
7#B98EBD
8#B396B5
9#AC9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADE #FADEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C1 #F6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EF91 #EF91F7 | BordersInactive statesPlaceholder text |
| 400 | E658 #E658F3 | Disabled statesSecondary iconsMuted text |
| 500 | DF28 #DF28F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | C20F #C20FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A0C #9A0CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E08 #6E0877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4605 #46054C | Primary textHigh emphasis contentDark headings |
| 950 | 2C03 #2C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FE;
--orchid-100: #FADEFD;
--orchid-200: #F6C1FB;
--orchid-300: #EF91F7;
--orchid-400: #E658F3;
--orchid-500: #DF28F0;
--orchid-600: #C20FD2;
--orchid-700: #9A0CA7;
--orchid-800: #6E0877;
--orchid-900: #46054C;
--orchid-950: #2C0330;
}