Blue
#0316DD
BlueColor Codes
All color formats for development
HEX
#0316DDRGB
rgb(3, 22, 221)HSL
hsl(235, 97%, 44%)OKLCH
oklch(0.417 0.274 264.4)CMYK
cmyk(99%, 90%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0313C7
2#0311B1
3#020F9B
4#020D85
5#020B6F
6#010958
7#010642
8#01042C
9#000216
Tints
Lighter variations
1#0418F9
2#1E30FC
3#3A4AFC
4#5664FC
5#727EFD
6#8E98FD
7#ABB2FE
8#C7CBFE
9#E3E5FF
Tones
Muted variations
1#0E1FD2
2#1928C7
3#2431BC
4#2F3AB2
5#3A43A7
6#454C9C
7#505591
8#5A5E86
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 | BEC3 #BEC3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B95 #8B95FD | BordersInactive statesPlaceholder text |
| 400 | 4F5E #4F5EFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D2F #1D2FFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0316 #0316DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0311 #0311B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 020C #020C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0108 #010850 | Primary textHigh emphasis contentDark headings |
| 950 | 0105 #010532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F1FF;
--blue-100: #DCDFFE;
--blue-200: #BEC3FE;
--blue-300: #8B95FD;
--blue-400: #4F5EFC;
--blue-500: #1D2FFC;
--blue-600: #0316DD;
--blue-700: #0311B0;
--blue-800: #020C7E;
--blue-900: #010850;
--blue-950: #010532;
}