Orchid
#E15EED
PinkColor Codes
All color formats for development
HEX
#E15EEDRGB
rgb(225, 94, 237)HSL
hsl(295, 80%, 65%)OKLCH
oklch(0.7 0.232 324.3)CMYK
cmyk(5%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DC41EA
2#D623E7
3#C117D1
4#A614B3
5#8A1195
6#6E0D77
7#530A5A
8#37073C
9#1C031E
Tints
Lighter variations
1#E46EEF
2#E77EF1
3#EA8FF3
4#ED9FF4
5#F0AFF6
6#F3BFF8
7#F6CFFA
8#F9DFFB
9#FCEFFD
Tones
Muted variations
1#DB65E6
2#D56DDF
3#CF74D8
4#C97BD1
5#C382C9
6#BE89C2
7#B890BB
8#B297B4
9#AC9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C3 #F4C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB95 #EB95F3 | BordersInactive statesPlaceholder text |
| 400 | E15E #E15EED | Disabled statesSecondary iconsMuted text |
| 500 | D930 #D930E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | BB16 #BB16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9512 #9512A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0D #6A0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4408 #440849 | Primary textHigh emphasis contentDark headings |
| 950 | 2B05 #2B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FD;
--orchid-100: #F9DFFB;
--orchid-200: #F4C3F8;
--orchid-300: #EB95F3;
--orchid-400: #E15EED;
--orchid-500: #D930E8;
--orchid-600: #BB16CA;
--orchid-700: #9512A1;
--orchid-800: #6A0D73;
--orchid-900: #440849;
--orchid-950: #2B052E;
}