Orchid
#D45DEF
PinkColor Codes
All color formats for development
HEX
#D45DEFRGB
rgb(212, 93, 239)HSL
hsl(289, 82%, 65%)OKLCH
oklch(0.683 0.229 319.8)CMYK
cmyk(11%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CC3EEC
2#C420E9
3#B015D3
4#9712B5
5#7E0F97
6#650C79
7#4C095A
8#32063C
9#19031E
Tints
Lighter variations
1#D86DF1
2#DD7DF2
3#E18DF4
4#E59EF5
5#EAAEF7
6#EEBEF9
7#F2CEFA
8#F6DFFC
9#FBEFFD
Tones
Muted variations
1#CF64E8
2#CB6BE0
3#C673D9
4#C27AD2
5#BD81CA
6#B888C3
7#B490BC
8#AF97B4
9#AA9EAD
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 | E394 #E394F4 | BordersInactive statesPlaceholder text |
| 400 | D45D #D45DEF | Disabled statesSecondary iconsMuted text |
| 500 | C82E #C82EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | AA14 #AA14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8810 #8810A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 610B #610B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E07 #3E074A | 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: #E394F4;
--orchid-400: #D45DEF;
--orchid-500: #C82EEA;
--orchid-600: #AA14CC;
--orchid-700: #8810A2;
--orchid-800: #610B74;
--orchid-900: #3E074A;
--orchid-950: #27052E;
}