Orchid
#B638E0
PinkColor Codes
All color formats for development
HEX
#B638E0RGB
rgb(182, 56, 224)HSL
hsl(285, 73%, 55%)OKLCH
oklch(0.599 0.248 316)CMYK
cmyk(19%, 75%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC22DA
2#991EC2
3#861BAA
4#731792
5#601379
6#4D0F61
7#390B49
8#260831
9#130418
Tints
Lighter variations
1#BD4CE3
2#C560E6
3#CC74E9
4#D388EC
5#DB9CF0
6#E2B0F3
7#E9C3F6
8#F0D7F9
9#F8EBFC
Tones
Muted variations
1#B241D8
2#AE49CF
3#AA52C7
4#A55ABF
5#A162B6
6#9D6BAE
7#9973A5
8#957B9D
9#908495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4E0 #F4E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC6 #EAC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DA9A #DA9AEF | BordersInactive statesPlaceholder text |
| 400 | C665 #C665E7 | Disabled statesSecondary iconsMuted text |
| 500 | B638 #B638E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 991E #991EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A18 #7A189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5711 #57116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 380B #380B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2307 #23072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF2FD;
--orchid-100: #F4E0FA;
--orchid-200: #EAC6F6;
--orchid-300: #DA9AEF;
--orchid-400: #C665E7;
--orchid-500: #B638E0;
--orchid-600: #991EC2;
--orchid-700: #7A189A;
--orchid-800: #57116E;
--orchid-900: #380B47;
--orchid-950: #23072C;
}