Blue
#0319DD
BlueColor Codes
All color formats for development
HEX
#0319DDRGB
rgb(3, 25, 221)HSL
hsl(234, 97%, 44%)OKLCH
oklch(0.419 0.272 264.5)CMYK
cmyk(99%, 89%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0317C7
2#0314B1
3#02129B
4#020F85
5#020D6F
6#010A58
7#010842
8#01052C
9#000316
Tints
Lighter variations
1#041CF9
2#1E34FC
3#3A4DFC
4#5667FC
5#7280FD
6#8E9AFD
7#ABB3FE
8#C7CCFE
9#E3E6FF
Tones
Muted variations
1#0E22D2
2#192BC7
3#2433BC
4#2F3CB2
5#3A45A7
6#454D9C
7#505691
8#5A5F86
9#65677B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC4 #BEC4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B97 #8B97FD | BordersInactive statesPlaceholder text |
| 400 | 4F60 #4F60FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D33 #1D33FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0319 #0319DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0314 #0314B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 020E #020E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0109 #010950 | Primary textHigh emphasis contentDark headings |
| 950 | 0106 #010632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F1FF;
--blue-100: #DCDFFE;
--blue-200: #BEC4FE;
--blue-300: #8B97FD;
--blue-400: #4F60FC;
--blue-500: #1D33FC;
--blue-600: #0319DD;
--blue-700: #0314B0;
--blue-800: #020E7E;
--blue-900: #010950;
--blue-950: #010632;
}