Blue
#0622DB
BlueColor Codes
All color formats for development
HEX
#0622DBRGB
rgb(6, 34, 219)HSL
hsl(232, 95%, 44%)OKLCH
oklch(0.424 0.265 264.7)CMYK
cmyk(97%, 84%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#051FC5
2#041BAF
3#041899
4#031483
5#03116D
6#020E58
7#020A42
8#01072C
9#010316
Tints
Lighter variations
1#0626F7
2#203DF9
3#3C55FA
4#586EFB
5#7486FB
6#909EFC
7#ABB6FD
8#C7CFFE
9#E3E7FE
Tones
Muted variations
1#102AD0
2#1B32C5
3#2639BB
4#3041B0
5#3B49A5
6#46519B
7#505990
8#5B6186
9#66687B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE1 #DCE1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC7 #BEC7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D9B #8D9BFC | BordersInactive statesPlaceholder text |
| 400 | 5168 #5168FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F3C #1F3CF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0622 #0622DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 041B #041BAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0313 #03137C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020C #020C50 | Primary textHigh emphasis contentDark headings |
| 950 | 0108 #010832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FF;
--blue-100: #DCE1FE;
--blue-200: #BEC7FD;
--blue-300: #8D9BFC;
--blue-400: #5168FB;
--blue-500: #1F3CF9;
--blue-600: #0622DB;
--blue-700: #041BAE;
--blue-800: #03137C;
--blue-900: #020C50;
--blue-950: #010832;
}