Sky Blue

#95C4F3

Blue

Color Codes

All color formats for development

HEX
#95C4F3
RGB
rgb(149, 196, 243)
HSL
hsl(210, 80%, 77%)
OKLCH
oklch(0.804 0.083 248.9)
CMYK
cmyk(39%, 19%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.83:1

AA AAA

On Black Background

11.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DFED
200
#C3DE
300
#95C4
400
#5EA6
500
#308C
600
#1670
700
#1259
800
#0D40
900
#0829
950
#051A

Shades

Darker variations

1#72B1EF
2#4F9DEB
3#2B89E7
4#1876D4
5#1462B1
6#104F8D
7#0C3B6A
8#082747
9#041423

Tints

Lighter variations

1#A0CAF4
2#ABD0F6
3#B5D6F7
4#C0DCF8
5#CAE2F9
6#D5E8FA
7#DFEDFB
8#EAF3FD
9#F4F9FE

Tones

Muted variations

1#9AC4EF
2#9FC4EA
3#A4C4E5
4#A8C4E1
5#ADC4DC
6#B2C4D7
7#B6C4D2
8#BBC4CE
9#C0C4C9

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
C3DE
#C3DEF8
Secondary backgroundsInput backgroundsDividers
300
95C4
#95C4F3
BordersInactive statesPlaceholder text
400
5EA6
#5EA6ED
Disabled statesSecondary iconsMuted text
500
308C
#308CE8
Primary brand colorCTAsActive elementsLinks
600
1670
#1670CA
Hover statesFocus ringsPrimary buttons hover
700
1259
#1259A1
Active/pressed statesDark mode accentsSecondary text
800
0D40
#0D4073
Text on light backgroundsHeadingsStrong borders
900
0829
#082949
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: #C3DEF8;
  --sky-blue-300: #95C4F3;
  --sky-blue-400: #5EA6ED;
  --sky-blue-500: #308CE8;
  --sky-blue-600: #1670CA;
  --sky-blue-700: #1259A1;
  --sky-blue-800: #0D4073;
  --sky-blue-900: #082949;
  --sky-blue-950: #051A2E;
}
Generate More ShadesCreate PaletteConvert Color