Orchid
#D05BF1
PinkColor Codes
All color formats for development
HEX
#D05BF1RGB
rgb(208, 91, 241)HSL
hsl(287, 84%, 65%)OKLCH
oklch(0.677 0.232 318.1)CMYK
cmyk(14%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C83CEE
2#BF1EEB
3#AB13D5
4#9310B7
5#7A0D98
6#620B7A
7#49085B
8#31053D
9#18031E
Tints
Lighter variations
1#D56BF2
2#DA7CF4
3#DE8CF5
4#E39CF6
5#E8ADF8
6#ECBDF9
7#F1CEFB
8#F6DEFC
9#FAEFFE
Tones
Muted variations
1#CC62E9
2#C86AE2
3#C371DA
4#BF79D3
5#BB80CB
6#B788C4
7#B28FBC
8#AE97B5
9#AA9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DE #F6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC2 #EEC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E093 #E093F6 | BordersInactive statesPlaceholder text |
| 400 | D05B #D05BF1 | Disabled statesSecondary iconsMuted text |
| 500 | C32C #C32CED | Primary brand colorCTAsActive elementsLinks |
| 600 | A612 #A612CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 840E #840EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0A #5E0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C07 #3C074B | Primary textHigh emphasis contentDark headings |
| 950 | 2604 #26042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F6DEFC;
--orchid-200: #EEC2FA;
--orchid-300: #E093F6;
--orchid-400: #D05BF1;
--orchid-500: #C32CED;
--orchid-600: #A612CE;
--orchid-700: #840EA4;
--orchid-800: #5E0A75;
--orchid-900: #3C074B;
--orchid-950: #26042F;
}