Orchid
#DA5CF0
PinkColor Codes
All color formats for development
HEX
#DA5CF0RGB
rgb(218, 92, 240)HSL
hsl(291, 83%, 65%)OKLCH
oklch(0.69 0.234 321.4)CMYK
cmyk(9%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D33DED
2#CC1FEA
3#B714D4
4#9D11B6
5#830E98
6#690B79
7#4F085B
8#34063D
9#1A031E
Tints
Lighter variations
1#DD6CF1
2#E17CF3
3#E58DF4
4#E99DF6
5#ECADF7
6#F0BEF9
7#F4CEFA
8#F8DEFC
9#FBEFFD
Tones
Muted variations
1#D463E8
2#CF6AE1
3#CA72DA
4#C579D2
5#C081CB
6#BA88C3
7#B590BC
8#B097B5
9#AB9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C2 #F1C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E694 #E694F5 | BordersInactive statesPlaceholder text |
| 400 | DA5C #DA5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | CF2D #CF2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | B113 #B113CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D0F #8D0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 650B #650B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4107 #41074B | Primary textHigh emphasis contentDark headings |
| 950 | 2804 #28042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F8DEFC;
--orchid-200: #F1C2F9;
--orchid-300: #E694F5;
--orchid-400: #DA5CF0;
--orchid-500: #CF2DEB;
--orchid-600: #B113CD;
--orchid-700: #8D0FA3;
--orchid-800: #650B75;
--orchid-900: #41074B;
--orchid-950: #28042F;
}