Orchid
#BE3ADF
PinkColor Codes
All color formats for development
HEX
#BE3ADFRGB
rgb(190, 58, 223)HSL
hsl(288, 72%, 55%)OKLCH
oklch(0.61 0.248 318.6)CMYK
cmyk(15%, 74%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B523D9
2#A11FC1
3#8D1BA9
4#791891
5#641479
6#501060
7#3C0C48
8#280830
9#140418
Tints
Lighter variations
1#C44DE2
2#CB61E5
3#D175E9
4#D889EC
5#DE9CEF
6#E5B0F2
7#EBC4F5
8#F2D8F9
9#F8EBFC
Tones
Muted variations
1#B942D7
2#B44ACE
3#AF52C6
4#AA5BBE
5#A563B6
6#A06BAD
7#9B73A5
8#967C9D
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 | CC65 #CC65E6 | Disabled statesSecondary iconsMuted text |
| 500 | BE3A #BE3ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | A11F #A11FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8019 #80199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B12 #5B126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A0B #3A0B46 | 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: #CC65E6;
--orchid-500: #BE3ADF;
--orchid-600: #A11FC1;
--orchid-700: #80199A;
--orchid-800: #5B126E;
--orchid-900: #3A0B46;
--orchid-950: #25072C;
}