Orchid
#F953DA
PinkColor Codes
All color formats for development
HEX
#F953DARGB
rgb(249, 83, 218)HSL
hsl(311, 93%, 65%)OKLCH
oklch(0.712 0.244 336.2)CMYK
cmyk(0%, 67%, 12%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F833D4
2#F613CD
3#E008B8
4#C0079E
5#A00684
6#800569
7#60034F
8#400235
9#20011A
Tints
Lighter variations
1#F964DE
2#FA75E2
3#FB86E5
4#FB98E9
5#FCA9ED
6#FDBAF0
7#FDCBF4
8#FEDDF8
9#FEEEFB
Tones
Muted variations
1#F05BD5
2#E863D0
3#E06CCB
4#D874C5
5#CF7CC0
6#C785BB
7#BF8DB6
8#B695B0
9#AE9DAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EE7 | BordersInactive statesPlaceholder text |
| 400 | F953 #F953DA | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D908B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC068E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0465 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0341 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF0FC;
--orchid-100: #FEDDF8;
--orchid-200: #FDBFF1;
--orchid-300: #FB8EE7;
--orchid-400: #F953DA;
--orchid-500: #F722D0;
--orchid-600: #D908B2;
--orchid-700: #AC068E;
--orchid-800: #7B0465;
--orchid-900: #4F0341;
--orchid-950: #310229;
}