Orchid
#D45DEE
PinkColor Codes
All color formats for development
HEX
#D45DEERGB
rgb(212, 93, 238)HSL
hsl(289, 81%, 65%)OKLCH
oklch(0.683 0.228 320.1)CMYK
cmyk(11%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CB3FEB
2#C321E8
3#B016D2
4#9613B4
5#7D1096
6#640D78
7#4B095A
8#32063C
9#19031E
Tints
Lighter variations
1#D86EF0
2#DC7EF1
3#E18EF3
4#E59EF5
5#E9AEF7
6#EEBEF8
7#F2CFFA
8#F6DFFC
9#FBEFFD
Tones
Muted variations
1#CF65E7
2#CA6CE0
3#C673D8
4#C17AD1
5#BD82CA
6#B889C3
7#B390BB
8#AF97B4
9#AA9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC3 #EFC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E295 #E295F4 | BordersInactive statesPlaceholder text |
| 400 | D45D #D45DEE | Disabled statesSecondary iconsMuted text |
| 500 | C72F #C72FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | AA15 #AA15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8711 #8711A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 600C #600C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E08 #3E084A | 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: #FBF1FE;
--orchid-100: #F6DFFC;
--orchid-200: #EFC3F9;
--orchid-300: #E295F4;
--orchid-400: #D45DEE;
--orchid-500: #C72FE9;
--orchid-600: #AA15CB;
--orchid-700: #8711A2;
--orchid-800: #600C73;
--orchid-900: #3E084A;
--orchid-950: #27052E;
}