Blue

#2B08D9

Blue

Color Codes

All color formats for development

HEX
#2B08D9
RGB
rgb(43, 8, 217)
HSL
hsl(250, 93%, 44%)
OKLCH
oklch(0.417 0.267 270.9)
CMYK
cmyk(80%, 96%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

9.82:1

AA AAA

On Black Background

2.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F0
100
#E2DD
200
#C9BF
300
#A08E
400
#6E53
500
#4522
600
#2B08
700
#2206
800
#1804
900
#1003
950
#0A02

Shades

Darker variations

1#2607C3
2#2206AD
3#1E0598
4#1A0582
5#15046C
6#110357
7#0D0241
8#09022B
9#040116

Tints

Lighter variations

1#3009F4
2#4623F7
3#5D3EF8
4#745AF9
5#8B75FA
6#A291FB
7#BAACFC
8#D1C8FD
9#E8E3FE

Tones

Muted variations

1#3212CE
2#391DC4
3#4027B9
4#4632AF
5#4D3CA4
6#54469A
7#5B5190
8#625B85
9#69667B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E2DD
#E2DDFE
Light backgroundsTable row hoverSkeleton loading
200
C9BF
#C9BFFD
Secondary backgroundsInput backgroundsDividers
300
A08E
#A08EFB
BordersInactive statesPlaceholder text
400
6E53
#6E53F9
Disabled statesSecondary iconsMuted text
500
4522
#4522F7
Primary brand colorCTAsActive elementsLinks
600
2B08
#2B08D9
Hover statesFocus ringsPrimary buttons hover
700
2206
#2206AC
Active/pressed statesDark mode accentsSecondary text
800
1804
#18047B
Text on light backgroundsHeadingsStrong borders
900
1003
#10034F
Primary textHigh emphasis contentDark headings
950
0A02
#0A0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F3F0FE;
  --blue-100: #E2DDFE;
  --blue-200: #C9BFFD;
  --blue-300: #A08EFB;
  --blue-400: #6E53F9;
  --blue-500: #4522F7;
  --blue-600: #2B08D9;
  --blue-700: #2206AC;
  --blue-800: #18047B;
  --blue-900: #10034F;
  --blue-950: #0A0231;
}
Generate More ShadesCreate PaletteConvert Color