Orchid
#D257F4
PinkColor Codes
All color formats for development
HEX
#D257F4RGB
rgb(210, 87, 244)HSL
hsl(287, 88%, 65%)OKLCH
oklch(0.677 0.24 318.2)CMYK
cmyk(14%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA38F2
2#C219F0
3#AE0EDA
4#950CBB
5#7C0A9C
6#63087D
7#4B065D
8#32043E
9#19021F
Tints
Lighter variations
1#D768F5
2#DB79F6
3#E08AF8
4#E49AF9
5#E9ABFA
6#EDBCFB
7#F2CDFC
8#F6DDFD
9#FBEEFE
Tones
Muted variations
1#CE5FEC
2#C967E5
3#C56FDD
4#C077D5
5#BC7ECD
6#B886C5
7#B38EBD
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 | F6DD #F6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC1 #EEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E291 #E291F8 | BordersInactive statesPlaceholder text |
| 400 | D257 #D257F4 | Disabled statesSecondary iconsMuted text |
| 500 | C527 #C527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | A80D #A80DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 860B #860BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6008 #600878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D05 #3D054D | Primary textHigh emphasis contentDark headings |
| 950 | 2603 #260330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F6DDFD;
--orchid-200: #EEC1FB;
--orchid-300: #E291F8;
--orchid-400: #D257F4;
--orchid-500: #C527F1;
--orchid-600: #A80DD3;
--orchid-700: #860BA8;
--orchid-800: #600878;
--orchid-900: #3D054D;
--orchid-950: #260330;
}