Orchid
#C82EEA
PinkColor Codes
All color formats for development
HEX
#C82EEARGB
rgb(200, 46, 234)HSL
hsl(289, 82%, 55%)OKLCH
oklch(0.623 0.271 319.3)CMYK
cmyk(15%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C017E6
2#AA14CC
3#9512B3
4#800F99
5#6B0D80
6#550A66
7#40084D
8#2B0533
9#15031A
Tints
Lighter variations
1#CD43EC
2#D358EE
3#D86DF1
4#DE82F3
5#E397F5
6#E9ABF7
7#EEC0F9
8#F4D5FB
9#F9EAFD
Tones
Muted variations
1#C238E1
2#BC41D8
3#B64ACE
4#B054C5
5#AA5DBB
6#A467B2
7#9E70A8
8#98799F
9#928396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC3 #EFC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E394 #E394F4 | BordersInactive statesPlaceholder text |
| 400 | D45D #D45DEF | Disabled statesSecondary iconsMuted text |
| 500 | C82E #C82EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | AA14 #AA14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8810 #8810A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 610B #610B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E07 #3E074A | Primary textHigh emphasis contentDark headings |
| 950 | 2705 #27052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F6DFFC;
--orchid-200: #EFC3F9;
--orchid-300: #E394F4;
--orchid-400: #D45DEF;
--orchid-500: #C82EEA;
--orchid-600: #AA14CC;
--orchid-700: #8810A2;
--orchid-800: #610B74;
--orchid-900: #3E074A;
--orchid-950: #27052E;
}