Orchid
#D557F4
PinkColor Codes
All color formats for development
HEX
#D557F4RGB
rgb(213, 87, 244)HSL
hsl(288, 88%, 65%)OKLCH
oklch(0.681 0.242 319.1)CMYK
cmyk(13%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CD38F2
2#C519F0
3#B10EDA
4#980CBB
5#7F0A9C
6#65087D
7#4C065D
8#33043E
9#19021F
Tints
Lighter variations
1#D968F5
2#DD79F6
3#E28AF8
4#E69AF9
5#EAABFA
6#EEBCFB
7#F2CDFC
8#F7DDFD
9#FBEEFE
Tones
Muted variations
1#D05FEC
2#CB67E5
3#C76FDD
4#C277D5
5#BD7ECD
6#B986C5
7#B48EBD
8#AF96B5
9#AA9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC1 #EFC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E391 #E391F8 | BordersInactive statesPlaceholder text |
| 400 | D557 #D557F4 | Disabled statesSecondary iconsMuted text |
| 500 | C927 #C927F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | AB0D #AB0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 880B #880BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6108 #610878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E05 #3E054D | Primary textHigh emphasis contentDark headings |
| 950 | 2703 #270330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F7DDFD;
--orchid-200: #EFC1FB;
--orchid-300: #E391F8;
--orchid-400: #D557F4;
--orchid-500: #C927F1;
--orchid-600: #AB0DD3;
--orchid-700: #880BA8;
--orchid-800: #610878;
--orchid-900: #3E054D;
--orchid-950: #270330;
}