Blue
#0626DB
BlueColor Codes
All color formats for development
HEX
#0626DBRGB
rgb(6, 38, 219)HSL
hsl(231, 95%, 44%)OKLCH
oklch(0.428 0.262 264.7)CMYK
cmyk(97%, 83%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0522C5
2#041EAF
3#041A99
4#031783
5#03136D
6#020F58
7#020B42
8#01082C
9#010416
Tints
Lighter variations
1#062AF7
2#2041F9
3#3C59FA
4#5870FB
5#7488FB
6#90A0FC
7#ABB8FD
8#C7CFFE
9#E3E7FE
Tones
Muted variations
1#102DD0
2#1B35C5
3#263CBB
4#3043B0
5#3B4BA5
6#46529B
7#505A90
8#5B6186
9#66697B
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 | BEC8 #BEC8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D9D #8D9DFC | BordersInactive statesPlaceholder text |
| 400 | 516A #516AFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F40 #1F40F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0626 #0626DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 041E #041EAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0315 #03157C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020E #020E50 | 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: #F0F2FF;
--blue-100: #DCE1FE;
--blue-200: #BEC8FD;
--blue-300: #8D9DFC;
--blue-400: #516AFB;
--blue-500: #1F40F9;
--blue-600: #0626DB;
--blue-700: #041EAE;
--blue-800: #03157C;
--blue-900: #020E50;
--blue-950: #010932;
}