Sky Blue

#9EBEEA

Blue

Color Codes

All color formats for development

HEX
#9EBEEA
RGB
rgb(158, 190, 234)
HSL
hsl(215, 64%, 77%)
OKLCH
oklch(0.793 0.072 256.4)
CMYK
cmyk(32%, 19%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.91:1

AA AAA

On Black Background

11.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F7
100
#E2EB
200
#C9DA
300
#9FBE
400
#6D9C
500
#4380
600
#2864
700
#2050
800
#1739
900
#0F24
950
#0917

Shades

Darker variations

1#7FA8E3
2#5E93DC
3#3E7DD5
4#2A69C1
5#2358A1
6#1C4681
7#153561
8#0E2340
9#071220

Tints

Lighter variations

1#A8C5EC
2#B2CBEE
3#BCD2F0
4#C5D8F2
5#CFDFF4
6#D9E5F7
7#E2ECF9
8#ECF2FB
9#F5F9FD

Tones

Muted variations

1#A3BFE6
2#A6BFE2
3#AAC0DF
4#AEC1DB
5#B2C1D7
6#B5C2D3
7#B9C2D0
8#BDC3CC
9#C1C4C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F7
#F2F7FC
BackgroundsSubtle highlightsCard backgrounds
100
E2EB
#E2EBF9
Light backgroundsTable row hoverSkeleton loading
200
C9DA
#C9DAF3
Secondary backgroundsInput backgroundsDividers
300
9FBE
#9FBEEA
BordersInactive statesPlaceholder text
400
6D9C
#6D9CDF
Disabled statesSecondary iconsMuted text
500
4380
#4380D6
Primary brand colorCTAsActive elementsLinks
600
2864
#2864B8
Hover statesFocus ringsPrimary buttons hover
700
2050
#205092
Active/pressed statesDark mode accentsSecondary text
800
1739
#173969
Text on light backgroundsHeadingsStrong borders
900
0F24
#0F2443
Primary textHigh emphasis contentDark headings
950
0917
#09172A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F7FC;
  --sky-blue-100: #E2EBF9;
  --sky-blue-200: #C9DAF3;
  --sky-blue-300: #9FBEEA;
  --sky-blue-400: #6D9CDF;
  --sky-blue-500: #4380D6;
  --sky-blue-600: #2864B8;
  --sky-blue-700: #205092;
  --sky-blue-800: #173969;
  --sky-blue-900: #0F2443;
  --sky-blue-950: #09172A;
}
Generate More ShadesCreate PaletteConvert Color