Sky Blue

#96F3F1

Cyan

Color Codes

All color formats for development

HEX
#96F3F1
RGB
rgb(150, 243, 241)
HSL
hsl(179, 79%, 77%)
OKLCH
oklch(0.906 0.089 193.9)
CMYK
cmyk(38%, 0%, 1%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.28:1

AA AAA

On Black Background

16.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#96F3
400
#5FEC
500
#32E7
600
#18C9
700
#13A0
800
#0D72
900
#0949
950
#052E

Shades

Darker variations

1#73EFEC
2#50EAE8
3#2DE6E3
4#19D3D0
5#15B0AD
6#108D8B
7#0C6968
8#084645
9#042323

Tints

Lighter variations

1#A1F4F3
2#ABF5F4
3#B6F6F5
4#C0F8F7
5#CBF9F8
6#D5FAF9
7#E0FBFB
8#EAFDFC
9#F5FEFE

Tones

Muted variations

1#9BEEED
2#9FE9E8
3#A4E5E4
4#A9E0DF
5#ADDCDB
6#B2D7D6
7#B6D2D2
8#BBCECD
9#C0C9C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFD
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBFB
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8F7
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3F1
BordersInactive statesPlaceholder text
400
5FEC
#5FECEA
Disabled statesSecondary iconsMuted text
500
32E7
#32E7E4
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C9C6
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A09D
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7270
Text on light backgroundsHeadingsStrong borders
900
0949
#094948
Primary textHigh emphasis contentDark headings
950
052E
#052E2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FDFD;
  --sky-blue-100: #DFFBFB;
  --sky-blue-200: #C4F8F7;
  --sky-blue-300: #96F3F1;
  --sky-blue-400: #5FECEA;
  --sky-blue-500: #32E7E4;
  --sky-blue-600: #18C9C6;
  --sky-blue-700: #13A09D;
  --sky-blue-800: #0D7270;
  --sky-blue-900: #094948;
  --sky-blue-950: #052E2D;
}
Generate More ShadesCreate PaletteConvert Color