Blue
#2403DD
BlueColor Codes
All color formats for development
HEX
#2403DDRGB
rgb(36, 3, 221)HSL
hsl(249, 97%, 44%)OKLCH
oklch(0.416 0.274 269)CMYK
cmyk(84%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2003C7
2#1D03B1
3#19029B
4#160285
5#12026F
6#0E0158
7#0B0142
8#07012C
9#040016
Tints
Lighter variations
1#2904F9
2#3F1EFC
3#573AFC
4#6F56FC
5#8772FD
6#9F8EFD
7#B7ABFE
8#CFC7FE
9#E7E3FF
Tones
Muted variations
1#2C0ED2
2#3319C7
3#3B24BC
4#422FB2
5#4A3AA7
6#52459C
7#595091
8#615A86
9#69657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BE #C7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D8B #9D8BFD | BordersInactive statesPlaceholder text |
| 400 | 694F #694FFC | Disabled statesSecondary iconsMuted text |
| 500 | 3E1D #3E1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2403 #2403DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D03 #1D03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1402 #14027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D01 #0D0150 | Primary textHigh emphasis contentDark headings |
| 950 | 0801 #080132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E1DCFE;
--blue-200: #C7BEFE;
--blue-300: #9D8BFD;
--blue-400: #694FFC;
--blue-500: #3E1DFC;
--blue-600: #2403DD;
--blue-700: #1D03B0;
--blue-800: #14027E;
--blue-900: #0D0150;
--blue-950: #080132;
}