Blue
#2F03DD
BlueColor Codes
All color formats for development
HEX
#2F03DDRGB
rgb(47, 3, 221)HSL
hsl(252, 97%, 44%)OKLCH
oklch(0.422 0.271 271.8)CMYK
cmyk(79%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A03C7
2#2603B1
3#21029B
4#1C0285
5#17026F
6#130158
7#0E0142
8#09012C
9#050016
Tints
Lighter variations
1#3504F9
2#4A1EFC
3#613AFC
4#7756FC
5#8E72FD
6#A58EFD
7#BBABFE
8#D2C7FE
9#E8E3FF
Tones
Muted variations
1#350ED2
2#3C19C7
3#4224BC
4#492FB2
5#503AA7
6#56459C
7#5D5091
8#635A86
9#6A657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBBE #CBBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A28B #A28BFD | BordersInactive statesPlaceholder text |
| 400 | 724F #724FFC | Disabled statesSecondary iconsMuted text |
| 500 | 491D #491DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F03 #2F03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2503 #2503B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B02 #1B027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1101 #110150 | Primary textHigh emphasis contentDark headings |
| 950 | 0B01 #0B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FF;
--blue-100: #E3DCFE;
--blue-200: #CBBEFE;
--blue-300: #A28BFD;
--blue-400: #724FFC;
--blue-500: #491DFC;
--blue-600: #2F03DD;
--blue-700: #2503B0;
--blue-800: #1B027E;
--blue-900: #110150;
--blue-950: #0B0132;
}