Orchid
#D75DEF
PinkColor Codes
All color formats for development
HEX
#D75DEFRGB
rgb(215, 93, 239)HSL
hsl(290, 82%, 65%)OKLCH
oklch(0.687 0.23 320.7)CMYK
cmyk(10%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CF3EEC
2#C820E9
3#B315D3
4#9A12B5
5#800F97
6#670C79
7#4D095A
8#33063C
9#1A031E
Tints
Lighter variations
1#DB6DF1
2#DF7DF2
3#E38DF4
4#E79EF5
5#EBAEF7
6#EFBEF9
7#F3CEFA
8#F7DFFC
9#FBEFFD
Tones
Muted variations
1#D264E8
2#CD6BE0
3#C873D9
4#C37AD2
5#BE81CA
6#B988C3
7#B490BC
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 | F0C3 #F0C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E494 #E494F4 | BordersInactive statesPlaceholder text |
| 400 | D75D #D75DEF | Disabled statesSecondary iconsMuted text |
| 500 | CB2E #CB2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | AE14 #AE14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8A10 #8A10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630B #630B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F07 #3F074A | Primary textHigh emphasis contentDark headings |
| 950 | 2705 #27052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F7DFFC;
--orchid-200: #F0C3F9;
--orchid-300: #E494F4;
--orchid-400: #D75DEF;
--orchid-500: #CB2EEA;
--orchid-600: #AE14CC;
--orchid-700: #8A10A2;
--orchid-800: #630B74;
--orchid-900: #3F074A;
--orchid-950: #27052E;
}