Blue
#0606DB
BlueColor Codes
All color formats for development
HEX
#0606DBRGB
rgb(6, 6, 219)HSL
hsl(240, 95%, 44%)OKLCH
oklch(0.406 0.277 264.6)CMYK
cmyk(97%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0505C5
2#0404AF
3#040499
4#030383
5#03036D
6#020258
7#020242
8#01012C
9#010116
Tints
Lighter variations
1#0606F7
2#2020F9
3#3C3CFA
4#5858FB
5#7474FB
6#9090FC
7#ABABFD
8#C7C7FE
9#E3E3FE
Tones
Muted variations
1#1010D0
2#1B1BC5
3#2626BB
4#3030B0
5#3B3BA5
6#46469B
7#505090
8#5B5B86
9#66667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDC #DCDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEBE #BEBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D8D #8D8DFC | BordersInactive statesPlaceholder text |
| 400 | 5151 #5151FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F1F #1F1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0606 #0606DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0404 #0404AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0303 #03037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0202 #020250 | Primary textHigh emphasis contentDark headings |
| 950 | 0101 #010132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F0FF;
--blue-100: #DCDCFE;
--blue-200: #BEBEFD;
--blue-300: #8D8DFC;
--blue-400: #5151FB;
--blue-500: #1F1FF9;
--blue-600: #0606DB;
--blue-700: #0404AE;
--blue-800: #03037C;
--blue-900: #020250;
--blue-950: #010132;
}