Sky Blue

#9EC8EA

Blue

Color Codes

All color formats for development

HEX
#9EC8EA
RGB
rgb(158, 200, 234)
HSL
hsl(207, 64%, 77%)
OKLCH
oklch(0.814 0.066 243.1)
CMYK
cmyk(32%, 15%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.76:1

AA AAA

On Black Background

11.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F8
100
#E2EE
200
#C9E0
300
#9FC8
400
#6DAB
500
#4394
600
#2877
700
#205F
800
#1744
900
#0F2B
950
#091B

Shades

Darker variations

1#7FB6E3
2#5EA3DC
3#3E91D5
4#2A7DC1
5#2368A1
6#1C5481
7#153F61
8#0E2A40
9#071520

Tints

Lighter variations

1#A8CEEC
2#B2D3EE
3#BCD9F0
4#C5DEF2
5#CFE4F4
6#D9E9F7
7#E2EFF9
8#ECF4FB
9#F5FAFD

Tones

Muted variations

1#A3C8E6
2#A6C7E2
3#AAC7DF
4#AEC7DB
5#B2C6D7
6#B5C6D3
7#B9C5D0
8#BDC5CC
9#C1C5C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F8
#F2F8FC
BackgroundsSubtle highlightsCard backgrounds
100
E2EE
#E2EEF9
Light backgroundsTable row hoverSkeleton loading
200
C9E0
#C9E0F3
Secondary backgroundsInput backgroundsDividers
300
9FC8
#9FC8EA
BordersInactive statesPlaceholder text
400
6DAB
#6DABDF
Disabled statesSecondary iconsMuted text
500
4394
#4394D6
Primary brand colorCTAsActive elementsLinks
600
2877
#2877B8
Hover statesFocus ringsPrimary buttons hover
700
205F
#205F92
Active/pressed statesDark mode accentsSecondary text
800
1744
#174469
Text on light backgroundsHeadingsStrong borders
900
0F2B
#0F2B43
Primary textHigh emphasis contentDark headings
950
091B
#091B2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F8FC;
  --sky-blue-100: #E2EEF9;
  --sky-blue-200: #C9E0F3;
  --sky-blue-300: #9FC8EA;
  --sky-blue-400: #6DABDF;
  --sky-blue-500: #4394D6;
  --sky-blue-600: #2877B8;
  --sky-blue-700: #205F92;
  --sky-blue-800: #174469;
  --sky-blue-900: #0F2B43;
  --sky-blue-950: #091B2A;
}
Generate More ShadesCreate PaletteConvert Color