Orchid
#E830D0
PinkColor Codes
All color formats for development
HEX
#E830D0RGB
rgb(232, 48, 208)HSL
hsl(308, 80%, 55%)OKLCH
oklch(0.655 0.264 334.4)CMYK
cmyk(0%, 79%, 10%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E319C8
2#CA16B2
3#B1149C
4#971186
5#7E0E6F
6#650B59
7#4C0843
8#32062D
9#190316
Tints
Lighter variations
1#EA45D4
2#ED5AD9
3#EF6EDE
4#F183E3
5#F498E7
6#F6ACEC
7#F8C1F1
8#FAD6F6
9#FDEAFA
Tones
Muted variations
1#DF3AC9
2#D643C2
3#CD4CBB
4#C355B5
5#BA5EAE
6#B168A7
7#A871A0
8#9F7A9A
9#958393
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395E7 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EDA | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1128E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490841 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FC;
--orchid-100: #FBDFF8;
--orchid-200: #F8C3F1;
--orchid-300: #F395E7;
--orchid-400: #ED5EDA;
--orchid-500: #E830D0;
--orchid-600: #CA16B2;
--orchid-700: #A1128E;
--orchid-800: #730D65;
--orchid-900: #490841;
--orchid-950: #2E0528;
}