Orchid
#F655DE
PinkColor Codes
All color formats for development
HEX
#F655DERGB
rgb(246, 85, 222)HSL
hsl(309, 90%, 65%)OKLCH
oklch(0.711 0.243 334.3)CMYK
cmyk(0%, 65%, 10%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F436D8
2#F316D2
3#DC0CBD
4#BD0AA2
5#9D0887
6#7E076C
7#5E0551
8#3F0336
9#1F021B
Tints
Lighter variations
1#F766E1
2#F877E5
3#F988E8
4#FA99EB
5#FBAAEE
6#FBBBF2
7#FCCCF5
8#FDDDF8
9#FEEEFC
Tones
Muted variations
1#EE5DD8
2#E665D3
3#DE6ECD
4#D676C7
5#CE7EC2
6#C686BC
7#BE8EB7
8#B696B1
9#AE9EAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990E9 | BordersInactive statesPlaceholder text |
| 400 | F655 #F655DE | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F425D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50BB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0991 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790668 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0443 | 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: #FEF0FC;
--orchid-100: #FDDDF8;
--orchid-200: #FCC0F3;
--orchid-300: #F990E9;
--orchid-400: #F655DE;
--orchid-500: #F425D5;
--orchid-600: #D50BB7;
--orchid-700: #AA0991;
--orchid-800: #790668;
--orchid-900: #4E0443;
--orchid-950: #30032A;
}