Sky Blue

#9FDCEA

Cyan

Color Codes

All color formats for development

HEX
#9FDCEA
RGB
rgb(159, 220, 234)
HSL
hsl(191, 64%, 77%)
OKLCH
oklch(0.858 0.065 213.5)
CMYK
cmyk(32%, 6%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.51:1

AA AAA

On Black Background

13.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FA
100
#E2F4
200
#C9EB
300
#9FDC
400
#6DCA
500
#43BB
600
#289E
700
#207D
800
#175A
900
#0F39
950
#0924

Shades

Darker variations

1#7FD0E3
2#5EC5DC
3#3EB9D5
4#2AA6C1
5#238AA1
6#1C6E81
7#155361
8#0E3740
9#071C20

Tints

Lighter variations

1#A8E0EC
2#B2E3EE
3#BCE7F0
4#C5EAF2
5#CFEEF4
6#D9F1F7
7#E2F5F9
8#ECF8FB
9#F5FCFD

Tones

Muted variations

1#A3DAE6
2#A6D7E2
3#AAD5DF
4#AED3DB
5#B2D0D7
6#B5CED3
7#B9CBD0
8#BDC9CC
9#C1C7C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FA
#F2FAFC
BackgroundsSubtle highlightsCard backgrounds
100
E2F4
#E2F4F9
Light backgroundsTable row hoverSkeleton loading
200
C9EB
#C9EBF3
Secondary backgroundsInput backgroundsDividers
300
9FDC
#9FDCEA
BordersInactive statesPlaceholder text
400
6DCA
#6DCADF
Disabled statesSecondary iconsMuted text
500
43BB
#43BBD6
Primary brand colorCTAsActive elementsLinks
600
289E
#289EB8
Hover statesFocus ringsPrimary buttons hover
700
207D
#207D92
Active/pressed statesDark mode accentsSecondary text
800
175A
#175A69
Text on light backgroundsHeadingsStrong borders
900
0F39
#0F3943
Primary textHigh emphasis contentDark headings
950
0924
#09242A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FAFC;
  --sky-blue-100: #E2F4F9;
  --sky-blue-200: #C9EBF3;
  --sky-blue-300: #9FDCEA;
  --sky-blue-400: #6DCADF;
  --sky-blue-500: #43BBD6;
  --sky-blue-600: #289EB8;
  --sky-blue-700: #207D92;
  --sky-blue-800: #175A69;
  --sky-blue-900: #0F3943;
  --sky-blue-950: #09242A;
}
Generate More ShadesCreate PaletteConvert Color