Orchid
#C533E6
PinkColor Codes
All color formats for development
HEX
#C533E6RGB
rgb(197, 51, 230)HSL
hsl(289, 78%, 55%)OKLCH
oklch(0.619 0.263 319.2)CMYK
cmyk(14%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BD1CE1
2#A819C8
3#9316AF
4#7E1396
5#690F7D
6#540C64
7#3F094B
8#2A0632
9#150319
Tints
Lighter variations
1#CB47E8
2#D15CEB
3#D670ED
4#DC84F0
5#E299F2
6#E8ADF5
7#EEC2F7
8#F3D6FA
9#F9EBFC
Tones
Muted variations
1#BF3CDD
2#BA45D4
3#B44ECB
4#AE57C2
5#A95FB9
6#A368B0
7#9D71A7
8#987A9E
9#928395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC4 #EEC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E197 #E197F2 | BordersInactive statesPlaceholder text |
| 400 | D260 #D260EB | Disabled statesSecondary iconsMuted text |
| 500 | C533 #C533E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A819 #A819C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8514 #85149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F0E #5F0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D09 #3D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2606 #26062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FD;
--orchid-100: #F6DFFB;
--orchid-200: #EEC4F8;
--orchid-300: #E197F2;
--orchid-400: #D260EB;
--orchid-500: #C533E6;
--orchid-600: #A819C8;
--orchid-700: #85149F;
--orchid-800: #5F0E71;
--orchid-900: #3D0949;
--orchid-950: #26062D;
}