Steel Blue

#7795D4

Blue

Color Codes

All color formats for development

HEX
#7795D4
RGB
rgb(119, 149, 212)
HSL
hsl(221, 52%, 65%)
OKLCH
oklch(0.673 0.1 264.4)
CMYK
cmyk(44%, 30%, 0%, 17%)

Accessibility

WCAG contrast compliance

On White Background

2.99:1

AA AAA

On Black Background

7.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E4EA
200
#CDD8
300
#A6B9
400
#7795
500
#5176
600
#365B
700
#2B48
800
#1F34
900
#1421
950
#0C15

Shades

Darker variations

1#5E81CC
2#456DC4
3#385EB0
4#305097
5#28437E
6#203665
7#18284C
8#101B32
9#080D19

Tints

Lighter variations

1#859FD8
2#92AADD
3#A0B5E1
4#AEBFE5
5#BBCAEA
6#C9D4EE
7#D6DFF2
8#E4EAF6
9#F1F4FB

Tones

Muted variations

1#7C96D0
2#8198CB
3#859AC6
4#8A9CC2
5#8F9DBD
6#939FB8
7#98A1B4
8#9CA2AF
9#A1A4AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F6
#F3F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E4EA
#E4EAF6
Light backgroundsTable row hoverSkeleton loading
200
CDD8
#CDD8EF
Secondary backgroundsInput backgroundsDividers
300
A6B9
#A6B9E3
BordersInactive statesPlaceholder text
400
7795
#7795D4
Disabled statesSecondary iconsMuted text
500
5176
#5176C8
Primary brand colorCTAsActive elementsLinks
600
365B
#365BAB
Hover statesFocus ringsPrimary buttons hover
700
2B48
#2B4888
Active/pressed statesDark mode accentsSecondary text
800
1F34
#1F3461
Text on light backgroundsHeadingsStrong borders
900
1421
#14213E
Primary textHigh emphasis contentDark headings
950
0C15
#0C1527
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F6FB;
  --steel-blue-100: #E4EAF6;
  --steel-blue-200: #CDD8EF;
  --steel-blue-300: #A6B9E3;
  --steel-blue-400: #7795D4;
  --steel-blue-500: #5176C8;
  --steel-blue-600: #365BAB;
  --steel-blue-700: #2B4888;
  --steel-blue-800: #1F3461;
  --steel-blue-900: #14213E;
  --steel-blue-950: #0C1527;
}
Generate More ShadesCreate PaletteConvert Color