Orchid
#F05CCD
PinkColor Codes
All color formats for development
HEX
#F05CCDRGB
rgb(240, 92, 205)HSL
hsl(314, 83%, 65%)OKLCH
oklch(0.702 0.218 338.1)CMYK
cmyk(0%, 62%, 15%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED3DC4
2#EA1FBB
3#D414A7
4#B6118F
5#980E78
6#790B60
7#5B0848
8#3D0630
9#1E0318
Tints
Lighter variations
1#F16CD2
2#F37CD7
3#F48DDC
4#F69DE1
5#F7ADE6
6#F9BEEB
7#FACEF0
8#FCDEF5
9#FDEFFA
Tones
Muted variations
1#E863C9
2#E16AC5
3#DA72C1
4#D279BD
5#CB81BA
6#C388B6
7#BC90B2
8#B597AE
9#AD9EAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594DE | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CCD | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DBF | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD13A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B073B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FB;
--orchid-100: #FCDEF5;
--orchid-200: #F9C2ED;
--orchid-300: #F594DE;
--orchid-400: #F05CCD;
--orchid-500: #EB2DBF;
--orchid-600: #CD13A2;
--orchid-700: #A30F81;
--orchid-800: #750B5C;
--orchid-900: #4B073B;
--orchid-950: #2F0425;
}