Sky Blue

#96E3F3

Cyan

Color Codes

All color formats for development

HEX
#96E3F3
RGB
rgb(150, 227, 243)
HSL
hsl(190, 79%, 77%)
OKLCH
oklch(0.871 0.079 212.2)
CMYK
cmyk(38%, 7%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.44:1

AA AAA

On Black Background

14.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DFF7
200
#C4EF
300
#96E3
400
#5FD5
500
#32C9
600
#18AB
700
#1388
800
#0D61
900
#093E
950
#0527

Shades

Darker variations

1#73DAEF
2#50D1EA
3#2DC7E6
4#19B4D3
5#1596B0
6#10788D
7#0C5A69
8#083C46
9#041E23

Tints

Lighter variations

1#A1E6F4
2#ABE9F5
3#B6ECF6
4#C0EEF8
5#CBF1F9
6#D5F4FA
7#E0F7FB
8#EAF9FD
9#F5FCFE

Tones

Muted variations

1#9BE0EE
2#9FDDE9
3#A4DAE5
4#A9D7E0
5#ADD4DC
6#B2D1D7
7#B6CED2
8#BBCBCE
9#C0C7C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FB
#F1FBFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF7
#DFF7FB
Light backgroundsTable row hoverSkeleton loading
200
C4EF
#C4EFF8
Secondary backgroundsInput backgroundsDividers
300
96E3
#96E3F3
BordersInactive statesPlaceholder text
400
5FD5
#5FD5EC
Disabled statesSecondary iconsMuted text
500
32C9
#32C9E7
Primary brand colorCTAsActive elementsLinks
600
18AB
#18ABC9
Hover statesFocus ringsPrimary buttons hover
700
1388
#1388A0
Active/pressed statesDark mode accentsSecondary text
800
0D61
#0D6172
Text on light backgroundsHeadingsStrong borders
900
093E
#093E49
Primary textHigh emphasis contentDark headings
950
0527
#05272E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FBFD;
  --sky-blue-100: #DFF7FB;
  --sky-blue-200: #C4EFF8;
  --sky-blue-300: #96E3F3;
  --sky-blue-400: #5FD5EC;
  --sky-blue-500: #32C9E7;
  --sky-blue-600: #18ABC9;
  --sky-blue-700: #1388A0;
  --sky-blue-800: #0D6172;
  --sky-blue-900: #093E49;
  --sky-blue-950: #05272E;
}
Generate More ShadesCreate PaletteConvert Color