Orchid
#C138E0
PinkColor Codes
All color formats for development
HEX
#C138E0RGB
rgb(193, 56, 224)HSL
hsl(289, 73%, 55%)OKLCH
oklch(0.613 0.252 319.4)CMYK
cmyk(14%, 75%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B922DA
2#A41EC2
3#901BAA
4#7B1792
5#671379
6#520F61
7#3E0B49
8#290831
9#150418
Tints
Lighter variations
1#C74CE3
2#CE60E6
3#D474E9
4#DA88EC
5#E09CF0
6#E6B0F3
7#ECC3F6
8#F3D7F9
9#F9EBFC
Tones
Muted variations
1#BC41D8
2#B749CF
3#B152C7
4#AC5ABF
5#A762B6
6#A16BAE
7#9C73A5
8#977B9D
9#928495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5E0 #F5E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC6 #EDC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF9A #DF9AEF | BordersInactive statesPlaceholder text |
| 400 | CF65 #CF65E7 | Disabled statesSecondary iconsMuted text |
| 500 | C138 #C138E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | A41E #A41EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8318 #83189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D11 #5D116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C0B #3C0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2507 #25072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF2FD;
--orchid-100: #F5E0FA;
--orchid-200: #EDC6F6;
--orchid-300: #DF9AEF;
--orchid-400: #CF65E7;
--orchid-500: #C138E0;
--orchid-600: #A41EC2;
--orchid-700: #83189A;
--orchid-800: #5D116E;
--orchid-900: #3C0B47;
--orchid-950: #25072C;
}