Orchid
#F556E0
PinkColor Codes
All color formats for development
HEX
#F556E0RGB
rgb(245, 86, 224)HSL
hsl(308, 89%, 65%)OKLCH
oklch(0.712 0.243 333.5)CMYK
cmyk(0%, 65%, 9%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F337DA
2#F218D4
3#DB0DC0
4#BC0BA4
5#9D0989
6#7D076E
7#5E0552
8#3F0437
9#1F021B
Tints
Lighter variations
1#F667E3
2#F778E6
3#F889E9
4#F99AEC
5#FAABF0
6#FBBCF3
7#FCCCF6
8#FDDDF9
9#FEEEFC
Tones
Muted variations
1#ED5EDA
2#E566D4
3#DD6ECF
4#D576C9
5#CD7EC3
6#C686BD
7#BE8EB7
8#B696B1
9#AE9EAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990EB | BordersInactive statesPlaceholder text |
| 400 | F556 #F556E0 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F226D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40CB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D0443 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30032A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FC;
--orchid-100: #FDDDF9;
--orchid-200: #FBC0F3;
--orchid-300: #F990EB;
--orchid-400: #F556E0;
--orchid-500: #F226D7;
--orchid-600: #D40CB9;
--orchid-700: #A90A94;
--orchid-800: #780769;
--orchid-900: #4D0443;
--orchid-950: #30032A;
}