Orchid
#C032E7
PinkColor Codes
All color formats for development
HEX
#C032E7RGB
rgb(192, 50, 231)HSL
hsl(287, 79%, 55%)OKLCH
oklch(0.612 0.263 317.6)CMYK
cmyk(17%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B71BE2
2#A218C9
3#8E15B0
4#7A1297
5#660F7E
6#510C64
7#3D094B
8#290632
9#140319
Tints
Lighter variations
1#C646E9
2#CC5BEC
3#D36FEE
4#D984F1
5#DF98F3
6#E6ADF5
7#ECC1F8
8#F2D6FA
9#F9EAFD
Tones
Muted variations
1#BA3BDE
2#B544D5
3#B04DCC
4#AB56C3
5#A65FBA
6#A168B1
7#9C71A7
8#977A9E
9#918395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DF #F5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC4 #EDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF96 #DF96F3 | BordersInactive statesPlaceholder text |
| 400 | CE5F #CE5FEC | Disabled statesSecondary iconsMuted text |
| 500 | C032 #C032E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A218 #A218C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8113 #8113A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0D #5C0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B09 #3B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2505 #25052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FD;
--orchid-100: #F5DFFB;
--orchid-200: #EDC4F8;
--orchid-300: #DF96F3;
--orchid-400: #CE5FEC;
--orchid-500: #C032E7;
--orchid-600: #A218C9;
--orchid-700: #8113A0;
--orchid-800: #5C0D72;
--orchid-900: #3B0949;
--orchid-950: #25052E;
}