Orchid
#C434E5
PinkColor Codes
All color formats for development
HEX
#C434E5RGB
rgb(196, 52, 229)HSL
hsl(289, 77%, 55%)OKLCH
oklch(0.618 0.261 319.1)CMYK
cmyk(14%, 77%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BC1DDF
2#A71AC7
3#9217AE
4#7D1395
5#68107C
6#530D63
7#3F0A4A
8#2A0632
9#150319
Tints
Lighter variations
1#CA48E7
2#D05DEA
3#D671ED
4#DC85EF
5#E299F2
6#E7AEF4
7#EDC2F7
8#F3D6FA
9#F9EBFC
Tones
Muted variations
1#BF3DDC
2#B946D3
3#B34ECA
4#AE57C1
5#A860B8
6#A369B0
7#9D72A7
8#977B9E
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 #EEC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E197 #E197F2 | BordersInactive statesPlaceholder text |
| 400 | D161 #D161EA | Disabled statesSecondary iconsMuted text |
| 500 | C434 #C434E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | A71A #A71AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8515 #85159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F0F #5F0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D09 #3D0948 | 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: #EEC4F7;
--orchid-300: #E197F2;
--orchid-400: #D161EA;
--orchid-500: #C434E5;
--orchid-600: #A71AC7;
--orchid-700: #85159E;
--orchid-800: #5F0F71;
--orchid-900: #3D0948;
--orchid-950: #26062D;
}