Sky Blue

#9EE3EB

Cyan

Color Codes

All color formats for development

HEX
#9EE3EB
RGB
rgb(158, 227, 235)
HSL
hsl(186, 66%, 77%)
OKLCH
oklch(0.873 0.07 205.1)
CMYK
cmyk(33%, 3%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.43:1

AA AAA

On Black Background

14.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FB
100
#E1F7
200
#C8EF
300
#9EE3
400
#6BD5
500
#41C9
600
#26AB
700
#1E88
800
#1661
900
#0E3E
950
#0927

Shades

Darker variations

1#7DDAE4
2#5CD1DE
3#3CC8D7
4#28B4C4
5#2196A3
6#1B7882
7#145A62
8#0D3C41
9#071E21

Tints

Lighter variations

1#A7E6ED
2#B1E9EF
3#BBECF1
4#C5EEF3
5#CEF1F5
6#D8F4F7
7#E2F7F9
8#ECF9FB
9#F5FCFD

Tones

Muted variations

1#A2E0E7
2#A5DDE3
3#A9DADF
4#ADD7DC
5#B1D4D8
6#B5D1D4
7#B9CED0
8#BDCBCC
9#C0C7C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FB
#F2FBFC
BackgroundsSubtle highlightsCard backgrounds
100
E1F7
#E1F7F9
Light backgroundsTable row hoverSkeleton loading
200
C8EF
#C8EFF4
Secondary backgroundsInput backgroundsDividers
300
9EE3
#9EE3EB
BordersInactive statesPlaceholder text
400
6BD5
#6BD5E1
Disabled statesSecondary iconsMuted text
500
41C9
#41C9D8
Primary brand colorCTAsActive elementsLinks
600
26AB
#26ABBA
Hover statesFocus ringsPrimary buttons hover
700
1E88
#1E8894
Active/pressed statesDark mode accentsSecondary text
800
1661
#16616A
Text on light backgroundsHeadingsStrong borders
900
0E3E
#0E3E44
Primary textHigh emphasis contentDark headings
950
0927
#09272A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FBFC;
  --sky-blue-100: #E1F7F9;
  --sky-blue-200: #C8EFF4;
  --sky-blue-300: #9EE3EB;
  --sky-blue-400: #6BD5E1;
  --sky-blue-500: #41C9D8;
  --sky-blue-600: #26ABBA;
  --sky-blue-700: #1E8894;
  --sky-blue-800: #16616A;
  --sky-blue-900: #0E3E44;
  --sky-blue-950: #09272A;
}
Generate More ShadesCreate PaletteConvert Color