Sky Blue

#94E5F5

Cyan

Color Codes

All color formats for development

HEX
#94E5F5
RGB
rgb(148, 229, 245)
HSL
hsl(190, 83%, 77%)
OKLCH
oklch(0.875 0.082 211.4)
CMYK
cmyk(40%, 7%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.42:1

AA AAA

On Black Background

14.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FC
100
#DEF7
200
#C2F0
300
#94E5
400
#5CD7
500
#2DCC
600
#13AE
700
#0F8B
800
#0B63
900
#073F
950
#0428

Shades

Darker variations

1#70DCF2
2#4CD3EE
3#28CAEB
4#14B7D8
5#1198B4
6#0D7A90
7#0A5B6C
8#073D48
9#031E24

Tints

Lighter variations

1#9EE7F6
2#A9EAF7
3#B4EDF8
4#BFEFF9
5#C9F2FA
6#D4F5FB
7#DFF7FC
8#EAFAFD
9#F4FCFE

Tones

Muted variations

1#99E2F0
2#9DDEEB
3#A2DBE6
4#A7D8E2
5#ACD5DD
6#B1D1D8
7#B6CED3
8#BBCBCE
9#BFC8C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FC
#F1FCFE
BackgroundsSubtle highlightsCard backgrounds
100
DEF7
#DEF7FC
Light backgroundsTable row hoverSkeleton loading
200
C2F0
#C2F0F9
Secondary backgroundsInput backgroundsDividers
300
94E5
#94E5F5
BordersInactive statesPlaceholder text
400
5CD7
#5CD7F0
Disabled statesSecondary iconsMuted text
500
2DCC
#2DCCEB
Primary brand colorCTAsActive elementsLinks
600
13AE
#13AECD
Hover statesFocus ringsPrimary buttons hover
700
0F8B
#0F8BA3
Active/pressed statesDark mode accentsSecondary text
800
0B63
#0B6375
Text on light backgroundsHeadingsStrong borders
900
073F
#073F4B
Primary textHigh emphasis contentDark headings
950
0428
#04282F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FCFE;
  --sky-blue-100: #DEF7FC;
  --sky-blue-200: #C2F0F9;
  --sky-blue-300: #94E5F5;
  --sky-blue-400: #5CD7F0;
  --sky-blue-500: #2DCCEB;
  --sky-blue-600: #13AECD;
  --sky-blue-700: #0F8BA3;
  --sky-blue-800: #0B6375;
  --sky-blue-900: #073F4B;
  --sky-blue-950: #04282F;
}
Generate More ShadesCreate PaletteConvert Color