Orchid
#F556D3
PinkColor Codes
All color formats for development
HEX
#F556D3RGB
rgb(245, 86, 211)HSL
hsl(313, 89%, 65%)OKLCH
oklch(0.706 0.234 337.3)CMYK
cmyk(0%, 65%, 14%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F337CB
2#F218C2
3#DB0DAF
4#BC0B96
5#9D097D
6#7D0764
7#5E054B
8#3F0432
9#1F0219
Tints
Lighter variations
1#F667D7
2#F778DC
3#F889E0
4#F99AE4
5#FAABE9
6#FBBCED
7#FCCCF2
8#FDDDF6
9#FEEEFB
Tones
Muted variations
1#ED5ECE
2#E566CA
3#DD6EC5
4#D576C1
5#CD7EBC
6#C686B8
7#BE8EB3
8#B696AF
9#AE9EAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990E2 | BordersInactive statesPlaceholder text |
| 400 | F556 #F556D3 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F226C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40CA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D043D | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FB;
--orchid-100: #FDDDF6;
--orchid-200: #FBC0EF;
--orchid-300: #F990E2;
--orchid-400: #F556D3;
--orchid-500: #F226C6;
--orchid-600: #D40CA9;
--orchid-700: #A90A86;
--orchid-800: #780760;
--orchid-900: #4D043D;
--orchid-950: #300326;
}