Blue
#061BDB
BlueColor Codes
All color formats for development
HEX
#061BDBRGB
rgb(6, 27, 219)HSL
hsl(234, 95%, 44%)OKLCH
oklch(0.418 0.269 264.7)CMYK
cmyk(97%, 88%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0518C5
2#0416AF
3#041399
4#031083
5#030D6D
6#020B58
7#020842
8#01052C
9#010316
Tints
Lighter variations
1#061EF7
2#2036F9
3#3C4FFA
4#5868FB
5#7481FB
6#909AFC
7#ABB4FD
8#C7CDFE
9#E3E6FE
Tones
Muted variations
1#1023D0
2#1B2CC5
3#2635BB
4#303DB0
5#3B46A5
6#464E9B
7#505790
8#5B5F86
9#66687B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE0 #DCE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC5 #BEC5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D98 #8D98FC | BordersInactive statesPlaceholder text |
| 400 | 5162 #5162FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F35 #1F35F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 061B #061BDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0415 #0415AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 030F #030F7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020A #020A50 | 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: #F0F2FF;
--blue-100: #DCE0FE;
--blue-200: #BEC5FD;
--blue-300: #8D98FC;
--blue-400: #5162FB;
--blue-500: #1F35F9;
--blue-600: #061BDB;
--blue-700: #0415AE;
--blue-800: #030F7C;
--blue-900: #020A50;
--blue-950: #010632;
}