Sky Blue

#94F3F5

Cyan

Color Codes

All color formats for development

HEX
#94F3F5
RGB
rgb(148, 243, 245)
HSL
hsl(181, 83%, 77%)
OKLCH
oklch(0.906 0.09 197.4)
CMYK
cmyk(40%, 1%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.28:1

AA AAA

On Black Background

16.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DEFB
200
#C2F8
300
#94F3
400
#5CED
500
#2DE8
600
#13CA
700
#0FA1
800
#0B73
900
#074A
950
#042E

Shades

Darker variations

1#70F0F2
2#4CECEE
3#28E8EB
4#14D4D8
5#11B1B4
6#0D8E90
7#0A6A6C
8#074748
9#032324

Tints

Lighter variations

1#9EF5F6
2#A9F6F7
3#B4F7F8
4#BFF8F9
5#C9F9FA
6#D4FAFB
7#DFFCFC
8#EAFDFD
9#F4FEFE

Tones

Muted variations

1#99EFF0
2#9DEAEB
3#A2E5E6
4#A7E1E2
5#ACDCDD
6#B1D7D8
7#B6D2D3
8#BBCECE
9#BFC9C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFE
BackgroundsSubtle highlightsCard backgrounds
100
DEFB
#DEFBFC
Light backgroundsTable row hoverSkeleton loading
200
C2F8
#C2F8F9
Secondary backgroundsInput backgroundsDividers
300
94F3
#94F3F5
BordersInactive statesPlaceholder text
400
5CED
#5CEDF0
Disabled statesSecondary iconsMuted text
500
2DE8
#2DE8EB
Primary brand colorCTAsActive elementsLinks
600
13CA
#13CACD
Hover statesFocus ringsPrimary buttons hover
700
0FA1
#0FA1A3
Active/pressed statesDark mode accentsSecondary text
800
0B73
#0B7375
Text on light backgroundsHeadingsStrong borders
900
074A
#074A4B
Primary textHigh emphasis contentDark headings
950
042E
#042E2F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FDFE;
  --sky-blue-100: #DEFBFC;
  --sky-blue-200: #C2F8F9;
  --sky-blue-300: #94F3F5;
  --sky-blue-400: #5CEDF0;
  --sky-blue-500: #2DE8EB;
  --sky-blue-600: #13CACD;
  --sky-blue-700: #0FA1A3;
  --sky-blue-800: #0B7375;
  --sky-blue-900: #074A4B;
  --sky-blue-950: #042E2F;
}
Generate More ShadesCreate PaletteConvert Color