Sky Blue

#96F3DF

Cyan

Color Codes

All color formats for development

HEX
#96F3DF
RGB
rgb(150, 243, 223)
HSL
hsl(167, 79%, 77%)
OKLCH
oklch(0.9 0.094 178.8)
CMYK
cmyk(38%, 0%, 8%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.30:1

AA AAA

On Black Background

16.18: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#73EFD4
2#50EAC9
3#2DE6BE
4#19D3AB
5#15B08E
6#108D72
7#0C6955
8#084639
9#04231C

Tints

Lighter variations

1#A1F4E2
2#ABF5E5
3#B6F6E8
4#C0F8EC
5#CBF9EF
6#D5FAF2
7#E0FBF5
8#EAFDF9
9#F5FEFC

Tones

Muted variations

1#9BEEDC
2#9FE9D9
3#A4E5D7
4#A9E0D4
5#ADDCD1
6#B2D7CF
7#B6D2CC
8#BBCECA
9#C0C9C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFB
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF5
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8ED
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3DF
BordersInactive statesPlaceholder text
400
5FEC
#5FECCE
Disabled statesSecondary iconsMuted text
500
32E7
#32E7C0
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C9A2
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A081
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D725C
Text on light backgroundsHeadingsStrong borders
900
0949
#09493B
Primary textHigh emphasis contentDark headings
950
052E
#052E25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FDFB;
  --sky-blue-100: #DFFBF5;
  --sky-blue-200: #C4F8ED;
  --sky-blue-300: #96F3DF;
  --sky-blue-400: #5FECCE;
  --sky-blue-500: #32E7C0;
  --sky-blue-600: #18C9A2;
  --sky-blue-700: #13A081;
  --sky-blue-800: #0D725C;
  --sky-blue-900: #09493B;
  --sky-blue-950: #052E25;
}
Generate More ShadesCreate PaletteConvert Color