Orchid
#F359E6
PinkColor Codes
All color formats for development
HEX
#F359E6RGB
rgb(243, 89, 230)HSL
hsl(305, 87%, 65%)OKLCH
oklch(0.715 0.242 331.3)CMYK
cmyk(0%, 63%, 5%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F139E2
2#EF1ADD
3#D90FC8
4#BA0DAC
5#9B0B8F
6#7C0972
7#5D0656
8#3E0439
9#1F021D
Tints
Lighter variations
1#F569E9
2#F679EB
3#F78AEE
4#F89BF0
5#F9ACF3
6#FABCF5
7#FCCDF8
8#FDDEFA
9#FEEEFD
Tones
Muted variations
1#EC60E0
2#E468DA
3#DC6FD3
4#D477CD
5#CD7FC6
6#C587C0
7#BD8EB9
8#B596B3
9#AE9EAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F791EF | BordersInactive statesPlaceholder text |
| 400 | F358 #F358E6 | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F028DF | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20FC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #77086E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C0546 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30032C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FD;
--orchid-100: #FDDEFA;
--orchid-200: #FBC1F6;
--orchid-300: #F791EF;
--orchid-400: #F358E6;
--orchid-500: #F028DF;
--orchid-600: #D20FC2;
--orchid-700: #A70C9A;
--orchid-800: #77086E;
--orchid-900: #4C0546;
--orchid-950: #30032C;
}