Orchid
#BF38E0
PinkColor Codes
All color formats for development
HEX
#BF38E0RGB
rgb(191, 56, 224)HSL
hsl(288, 73%, 55%)OKLCH
oklch(0.611 0.251 318.8)CMYK
cmyk(15%, 75%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B622DA
2#A11EC2
3#8D1BAA
4#791792
5#651379
6#510F61
7#3D0B49
8#280831
9#140418
Tints
Lighter variations
1#C54CE3
2#CB60E6
3#D274E9
4#D888EC
5#DF9CF0
6#E5B0F3
7#ECC3F6
8#F2D7F9
9#F9EBFC
Tones
Muted variations
1#B941D8
2#B449CF
3#AF52C7
4#AA5ABF
5#A562B6
6#A06BAE
7#9B73A5
8#967B9D
9#918495
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 | ECC6 #ECC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE9A #DE9AEF | BordersInactive statesPlaceholder text |
| 400 | CD65 #CD65E7 | Disabled statesSecondary iconsMuted text |
| 500 | BF38 #BF38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | A11E #A11EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8018 #80189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C11 #5C116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B0B #3B0B47 | 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: #ECC6F6;
--orchid-300: #DE9AEF;
--orchid-400: #CD65E7;
--orchid-500: #BF38E0;
--orchid-600: #A11EC2;
--orchid-700: #80189A;
--orchid-800: #5C116E;
--orchid-900: #3B0B47;
--orchid-950: #25072C;
}