Orchid
#D95DEF
PinkColor Codes
All color formats for development
HEX
#D95DEFRGB
rgb(217, 93, 239)HSL
hsl(291, 82%, 65%)OKLCH
oklch(0.69 0.231 321.4)CMYK
cmyk(9%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D23EEC
2#CB20E9
3#B715D3
4#9D12B5
5#820F97
6#680C79
7#4E095A
8#34063C
9#1A031E
Tints
Lighter variations
1#DD6DF1
2#E17DF2
3#E48DF4
4#E89EF5
5#ECAEF7
6#F0BEF9
7#F4CEFA
8#F7DFFC
9#FBEFFD
Tones
Muted variations
1#D464E8
2#CF6BE0
3#CA73D9
4#C47AD2
5#BF81CA
6#BA88C3
7#B590BC
8#B097B4
9#AB9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C3 #F1C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E694 #E694F4 | BordersInactive statesPlaceholder text |
| 400 | D95D #D95DEF | Disabled statesSecondary iconsMuted text |
| 500 | CE2E #CE2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | B114 #B114CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C10 #8C10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 640B #640B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4007 #40074A | Primary textHigh emphasis contentDark headings |
| 950 | 2805 #28052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F7DFFC;
--orchid-200: #F1C3F9;
--orchid-300: #E694F4;
--orchid-400: #D95DEF;
--orchid-500: #CE2EEA;
--orchid-600: #B114CC;
--orchid-700: #8C10A2;
--orchid-800: #640B74;
--orchid-900: #40074A;
--orchid-950: #28052E;
}