Sky Blue

#95BCF4

Blue

Color Codes

All color formats for development

HEX
#95BCF4
RGB
rgb(149, 188, 244)
HSL
hsl(215, 81%, 77%)
OKLCH
oklch(0.788 0.091 257.4)
CMYK
cmyk(39%, 23%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.95:1

AA AAA

On Black Background

10.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DFEB
200
#C3D9
300
#95BC
400
#5D9A
500
#2F7D
600
#1561
700
#114D
800
#0C37
900
#0823
950
#0516

Shades

Darker variations

1#71A6F0
2#4E90EC
3#2A7AE9
4#1666D5
5#1355B2
6#0F448E
7#0B336B
8#072247
9#041124

Tints

Lighter variations

1#9FC3F5
2#AACAF6
3#B5D0F7
4#BFD7F8
5#CADEF9
6#D5E4FB
7#DFEBFC
8#EAF2FD
9#F4F8FE

Tones

Muted variations

1#9ABDEF
2#9EBEEA
3#A3BFE6
4#A8C0E1
5#ADC0DC
6#B1C1D7
7#B6C2D3
8#BBC3CE
9#C0C4C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DFEB
#DFEBFC
Light backgroundsTable row hoverSkeleton loading
200
C3D9
#C3D9F9
Secondary backgroundsInput backgroundsDividers
300
95BC
#95BCF4
BordersInactive statesPlaceholder text
400
5D9A
#5D9AEE
Disabled statesSecondary iconsMuted text
500
2F7D
#2F7DE9
Primary brand colorCTAsActive elementsLinks
600
1561
#1561CB
Hover statesFocus ringsPrimary buttons hover
700
114D
#114DA2
Active/pressed statesDark mode accentsSecondary text
800
0C37
#0C3773
Text on light backgroundsHeadingsStrong borders
900
0823
#08234A
Primary textHigh emphasis contentDark headings
950
0516
#05162E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F6FE;
  --sky-blue-100: #DFEBFC;
  --sky-blue-200: #C3D9F9;
  --sky-blue-300: #95BCF4;
  --sky-blue-400: #5D9AEE;
  --sky-blue-500: #2F7DE9;
  --sky-blue-600: #1561CB;
  --sky-blue-700: #114DA2;
  --sky-blue-800: #0C3773;
  --sky-blue-900: #08234A;
  --sky-blue-950: #05162E;
}
Generate More ShadesCreate PaletteConvert Color