Sky Blue

#5FA6EC

Blue

Color Codes

All color formats for development

HEX
#5FA6EC
RGB
rgb(95, 166, 236)
HSL
hsl(210, 79%, 65%)
OKLCH
oklch(0.708 0.126 249.7)
CMYK
cmyk(60%, 30%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

2.58:1

AA AAA

On Black Background

8.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DFED
200
#C4DE
300
#96C4
400
#5FA6
500
#328C
600
#1870
700
#1359
800
#0D40
900
#0929
950
#051A

Shades

Darker variations

1#4295E9
2#2485E5
3#1874D0
4#1563B2
5#115394
6#0E4277
7#0A3259
8#07213B
9#03111E

Tints

Lighter variations

1#6FAFEE
2#7FB8F0
3#8FC1F2
4#9FC9F4
5#AFD2F6
6#BFDBF8
7#CFE4F9
8#DFEDFB
9#EFF6FD

Tones

Muted variations

1#66A6E5
2#6DA6DE
3#74A6D7
4#7BA6D0
5#82A6C9
6#8AA6C2
7#91A6BB
8#98A6B4
9#9FA6AD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FD
BackgroundsSubtle highlightsCard backgrounds
100
DFED
#DFEDFB
Light backgroundsTable row hoverSkeleton loading
200
C4DE
#C4DEF8
Secondary backgroundsInput backgroundsDividers
300
96C4
#96C4F3
BordersInactive statesPlaceholder text
400
5FA6
#5FA6EC
Disabled statesSecondary iconsMuted text
500
328C
#328CE7
Primary brand colorCTAsActive elementsLinks
600
1870
#1870C9
Hover statesFocus ringsPrimary buttons hover
700
1359
#1359A0
Active/pressed statesDark mode accentsSecondary text
800
0D40
#0D4072
Text on light backgroundsHeadingsStrong borders
900
0929
#092949
Primary textHigh emphasis contentDark headings
950
051A
#051A2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F7FD;
  --sky-blue-100: #DFEDFB;
  --sky-blue-200: #C4DEF8;
  --sky-blue-300: #96C4F3;
  --sky-blue-400: #5FA6EC;
  --sky-blue-500: #328CE7;
  --sky-blue-600: #1870C9;
  --sky-blue-700: #1359A0;
  --sky-blue-800: #0D4072;
  --sky-blue-900: #092949;
  --sky-blue-950: #051A2E;
}
Generate More ShadesCreate PaletteConvert Color