Orchid
#F655D9
PinkColor Codes
All color formats for development
HEX
#F655D9RGB
rgb(246, 85, 217)HSL
hsl(311, 90%, 65%)OKLCH
oklch(0.709 0.24 335.8)CMYK
cmyk(0%, 65%, 12%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F436D1
2#F316CA
3#DC0CB6
4#BD0A9C
5#9D0882
6#7E0768
7#5E054E
8#3F0334
9#1F021A
Tints
Lighter variations
1#F766DC
2#F877E0
3#F988E4
4#FA99E8
5#FBAAEC
6#FBBBF0
7#FCCCF3
8#FDDDF7
9#FEEEFB
Tones
Muted variations
1#EE5DD4
2#E665CE
3#DE6EC9
4#D676C4
5#CE7EBF
6#C686BA
7#BE8EB5
8#B696B0
9#AE9EAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990E6 | BordersInactive statesPlaceholder text |
| 400 | F655 #F655D9 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F425CE | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50BB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA098C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790664 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0440 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF0FC;
--orchid-100: #FDDDF7;
--orchid-200: #FCC0F1;
--orchid-300: #F990E6;
--orchid-400: #F655D9;
--orchid-500: #F425CE;
--orchid-600: #D50BB0;
--orchid-700: #AA098C;
--orchid-800: #790664;
--orchid-900: #4E0440;
--orchid-950: #300328;
}