Blue

#0F0FD2

Blue

Color Codes

All color formats for development

HEX
#0F0FD2
RGB
rgb(15, 15, 210)
HSL
hsl(240, 87%, 44%)
OKLCH
oklch(0.4 0.264 265.7)
CMYK
cmyk(93%, 93%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

10.40: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
#DEDE
200
#C1C1
300
#9191
400
#5858
500
#2828
600
#0F0F
700
#0C0C
800
#0808
900
#0505
950
#0303

Shades

Darker variations

1#0D0DBD
2#0C0CA8
3#0A0A93
4#09097E
5#070769
6#060654
7#04043F
8#03032A
9#010115

Tints

Lighter variations

1#1010ED
2#2929F0
3#4444F2
4#5F5FF4
5#7979F6
6#9494F8
7#AFAFF9
8#CACAFB
9#E4E4FD

Tones

Muted variations

1#1818C8
2#2222BE
3#2C2CB5
4#3636AB
5#3F3FA1
6#494997
7#53538D
8#5D5D84
9#66667A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DEDE
#DEDEFD
Light backgroundsTable row hoverSkeleton loading
200
C1C1
#C1C1FB
Secondary backgroundsInput backgroundsDividers
300
9191
#9191F7
BordersInactive statesPlaceholder text
400
5858
#5858F3
Disabled statesSecondary iconsMuted text
500
2828
#2828F0
Primary brand colorCTAsActive elementsLinks
600
0F0F
#0F0FD2
Hover statesFocus ringsPrimary buttons hover
700
0C0C
#0C0CA7
Active/pressed statesDark mode accentsSecondary text
800
0808
#080877
Text on light backgroundsHeadingsStrong borders
900
0505
#05054C
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: #DEDEFD;
  --blue-200: #C1C1FB;
  --blue-300: #9191F7;
  --blue-400: #5858F3;
  --blue-500: #2828F0;
  --blue-600: #0F0FD2;
  --blue-700: #0C0CA7;
  --blue-800: #080877;
  --blue-900: #05054C;
  --blue-950: #030330;
}
Generate More ShadesCreate PaletteConvert Color