Sky Blue

#9EC6EA

Blue

Color Codes

All color formats for development

HEX
#9EC6EA
RGB
rgb(158, 198, 234)
HSL
hsl(208, 64%, 77%)
OKLCH
oklch(0.81 0.067 245.9)
CMYK
cmyk(32%, 15%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.79:1

AA AAA

On Black Background

11.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F8
100
#E2EE
200
#C9DF
300
#9FC7
400
#6DAA
500
#4391
600
#2875
700
#205D
800
#1742
900
#0F2B
950
#091B

Shades

Darker variations

1#7FB4E3
2#5EA1DC
3#3E8ED5
4#2A7BC1
5#2366A1
6#1C5281
7#153D61
8#0E2940
9#071420

Tints

Lighter variations

1#A8CCEC
2#B2D2EE
3#BCD8F0
4#C5DDF2
5#CFE3F4
6#D9E9F7
7#E2EEF9
8#ECF4FB
9#F5F9FD

Tones

Muted variations

1#A3C7E6
2#A6C6E2
3#AAC6DF
4#AEC6DB
5#B2C6D7
6#B5C5D3
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
C9DF
#C9DFF3
Secondary backgroundsInput backgroundsDividers
300
9FC7
#9FC7EA
BordersInactive statesPlaceholder text
400
6DAA
#6DAADF
Disabled statesSecondary iconsMuted text
500
4391
#4391D6
Primary brand colorCTAsActive elementsLinks
600
2875
#2875B8
Hover statesFocus ringsPrimary buttons hover
700
205D
#205D92
Active/pressed statesDark mode accentsSecondary text
800
1742
#174269
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: #C9DFF3;
  --sky-blue-300: #9FC7EA;
  --sky-blue-400: #6DAADF;
  --sky-blue-500: #4391D6;
  --sky-blue-600: #2875B8;
  --sky-blue-700: #205D92;
  --sky-blue-800: #174269;
  --sky-blue-900: #0F2B43;
  --sky-blue-950: #091B2A;
}
Generate More ShadesCreate PaletteConvert Color