Orchid
#DF5BF1
PinkColor Codes
All color formats for development
HEX
#DF5BF1RGB
rgb(223, 91, 241)HSL
hsl(293, 84%, 65%)OKLCH
oklch(0.696 0.238 322.7)CMYK
cmyk(7%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D93CEE
2#D31EEB
3#BF13D5
4#A310B7
5#880D98
6#6D0B7A
7#52085B
8#36053D
9#1B031E
Tints
Lighter variations
1#E26BF2
2#E67CF4
3#E98CF5
4#EC9CF6
5#EFADF8
6#F2BDF9
7#F5CEFB
8#F9DEFC
9#FCEFFE
Tones
Muted variations
1#D962E9
2#D46AE2
3#CE71DA
4#C879D3
5#C280CB
6#BD88C4
7#B78FBC
8#B197B5
9#AB9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DE #F9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C2 #F3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | EA93 #EA93F6 | BordersInactive statesPlaceholder text |
| 400 | DF5B #DF5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | D62C #D62CED | Primary brand colorCTAsActive elementsLinks |
| 600 | B812 #B812CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 930E #930EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 690A #690A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4307 #43074B | Primary textHigh emphasis contentDark headings |
| 950 | 2A04 #2A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F9DEFC;
--orchid-200: #F3C2FA;
--orchid-300: #EA93F6;
--orchid-400: #DF5BF1;
--orchid-500: #D62CED;
--orchid-600: #B812CE;
--orchid-700: #930EA4;
--orchid-800: #690A75;
--orchid-900: #43074B;
--orchid-950: #2A042F;
}