Blue

#0D0DD3

Blue

Color Codes

All color formats for development

HEX
#0D0DD3
RGB
rgb(13, 13, 211)
HSL
hsl(240, 88%, 44%)
OKLCH
oklch(0.4 0.266 265.4)
CMYK
cmyk(94%, 94%, 0%, 17%)

Accessibility

WCAG contrast compliance

On White Background

10.42:1

AA AAA

On Black Background

2.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DDDD
200
#C1C1
300
#9191
400
#5757
500
#2727
600
#0D0D
700
#0B0B
800
#0808
900
#0505
950
#0303

Shades

Darker variations

1#0C0CBE
2#0B0BA9
3#090994
4#08087F
5#070769
6#050554
7#04043F
8#03032A
9#010115

Tints

Lighter variations

1#0F0FEE
2#2828F1
3#4343F3
4#5E5EF5
5#7979F6
6#9494F8
7#AEAEFA
8#C9C9FC
9#E4E4FD

Tones

Muted variations

1#1717C9
2#2121BF
3#2B2BB5
4#3535AB
5#3F3FA2
6#494998
7#53538E
8#5C5C84
9#66667A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DDDD
#DDDDFD
Light backgroundsTable row hoverSkeleton loading
200
C1C1
#C1C1FB
Secondary backgroundsInput backgroundsDividers
300
9191
#9191F8
BordersInactive statesPlaceholder text
400
5757
#5757F4
Disabled statesSecondary iconsMuted text
500
2727
#2727F1
Primary brand colorCTAsActive elementsLinks
600
0D0D
#0D0DD3
Hover statesFocus ringsPrimary buttons hover
700
0B0B
#0B0BA8
Active/pressed statesDark mode accentsSecondary text
800
0808
#080878
Text on light backgroundsHeadingsStrong borders
900
0505
#05054D
Primary textHigh emphasis contentDark headings
950
0303
#030330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F1F1FE;
  --blue-100: #DDDDFD;
  --blue-200: #C1C1FB;
  --blue-300: #9191F8;
  --blue-400: #5757F4;
  --blue-500: #2727F1;
  --blue-600: #0D0DD3;
  --blue-700: #0B0BA8;
  --blue-800: #080878;
  --blue-900: #05054D;
  --blue-950: #030330;
}
Generate More ShadesCreate PaletteConvert Color