Blue
#061EDB
BlueColor Codes
All color formats for development
HEX
#061EDBRGB
rgb(6, 30, 219)HSL
hsl(233, 95%, 44%)OKLCH
oklch(0.421 0.267 264.7)CMYK
cmyk(97%, 86%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#051BC5
2#0418AF
3#041599
4#031283
5#030F6D
6#020C58
7#020942
8#01062C
9#010316
Tints
Lighter variations
1#0622F7
2#203AF9
3#3C52FA
4#586BFB
5#7484FB
6#909CFC
7#ABB5FD
8#C7CEFE
9#E3E6FE
Tones
Muted variations
1#1027D0
2#1B2FC5
3#2637BB
4#303FB0
5#3B47A5
6#46509B
7#505890
8#5B6086
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 | BEC6 #BEC6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D9A #8D9AFC | BordersInactive statesPlaceholder text |
| 400 | 5165 #5165FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F39 #1F39F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 061E #061EDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0418 #0418AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0311 #03117C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020B #020B50 | Primary textHigh emphasis contentDark headings |
| 950 | 0107 #010732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FF;
--blue-100: #DCE0FE;
--blue-200: #BEC6FD;
--blue-300: #8D9AFC;
--blue-400: #5165FB;
--blue-500: #1F39F9;
--blue-600: #061EDB;
--blue-700: #0418AE;
--blue-800: #03117C;
--blue-900: #020B50;
--blue-950: #010732;
}