Blue
#0629DB
BlueColor Codes
All color formats for development
HEX
#0629DBRGB
rgb(6, 41, 219)HSL
hsl(230, 95%, 44%)OKLCH
oklch(0.432 0.26 264.6)CMYK
cmyk(97%, 81%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0525C5
2#0421AF
3#041D99
4#031983
5#03156D
6#021058
7#020C42
8#01082C
9#010416
Tints
Lighter variations
1#062EF7
2#2044F9
3#3C5CFA
4#5873FB
5#748AFB
6#90A2FC
7#ABB9FD
8#C7D0FE
9#E3E8FE
Tones
Muted variations
1#1030D0
2#1B37C5
3#263EBB
4#3046B0
5#3B4DA5
6#46549B
7#505B90
8#5B6286
9#66697B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE2 #DCE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC9 #BEC9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D9F #8D9FFC | BordersInactive statesPlaceholder text |
| 400 | 516D #516DFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F44 #1F44F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0629 #0629DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0421 #0421AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0317 #03177C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020F #020F50 | Primary textHigh emphasis contentDark headings |
| 950 | 0109 #010932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F3FF;
--blue-100: #DCE2FE;
--blue-200: #BEC9FD;
--blue-300: #8D9FFC;
--blue-400: #516DFB;
--blue-500: #1F44F9;
--blue-600: #0629DB;
--blue-700: #0421AE;
--blue-800: #03177C;
--blue-900: #020F50;
--blue-950: #010932;
}