Blue
#0614DB
BlueColor Codes
All color formats for development
HEX
#0614DBRGB
rgb(6, 20, 219)HSL
hsl(236, 95%, 44%)OKLCH
oklch(0.413 0.272 264.7)CMYK
cmyk(97%, 91%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0512C5
2#0410AF
3#040E99
4#030C83
5#030A6D
6#020858
7#020642
8#01042C
9#010216
Tints
Lighter variations
1#0616F7
2#202FF9
3#3C49FA
4#5863FB
5#747DFB
6#9097FC
7#ABB1FD
8#C7CBFE
9#E3E5FE
Tones
Muted variations
1#101DD0
2#1B26C5
3#2630BB
4#3039B0
5#3B42A5
6#464B9B
7#505490
8#5B5E86
9#66677B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDE #DCDEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC3 #BEC3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D94 #8D94FC | BordersInactive statesPlaceholder text |
| 400 | 515C #515CFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F2E #1F2EF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0614 #0614DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0410 #0410AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 030B #030B7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0207 #020750 | 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: #DCDEFE;
--blue-200: #BEC3FD;
--blue-300: #8D94FC;
--blue-400: #515CFB;
--blue-500: #1F2EF9;
--blue-600: #0614DB;
--blue-700: #0410AE;
--blue-800: #030B7C;
--blue-900: #020750;
--blue-950: #010532;
}