Sky Blue

#98F1EC

Cyan

Color Codes

All color formats for development

HEX
#98F1EC
RGB
rgb(152, 241, 236)
HSL
hsl(177, 76%, 77%)
OKLCH
oklch(0.901 0.086 191.2)
CMYK
cmyk(37%, 0%, 2%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.30:1

AA AAA

On Black Background

16.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FB
200
#C5F7
300
#98F1
400
#62EA
500
#35E3
600
#1BC5
700
#159D
800
#0F70
900
#0A48
950
#062D

Shades

Darker variations

1#75ECE6
2#53E7E0
3#30E3DA
4#1CCFC6
5#18ADA5
6#138A84
7#0E6863
8#094542
9#052321

Tints

Lighter variations

1#A2F2EE
2#ACF4F0
3#B7F5F2
4#C1F7F4
5#CBF8F6
6#D6F9F8
7#E0FBF9
8#EAFCFB
9#F5FEFD

Tones

Muted variations

1#9CECE8
2#A1E8E4
3#A5E4E0
4#AADFDC
5#AEDBD8
6#B3D6D4
7#B7D2D0
8#BBCDCC
9#C0C9C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFD
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF9
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7F5
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1EC
BordersInactive statesPlaceholder text
400
62EA
#62EAE3
Disabled statesSecondary iconsMuted text
500
35E3
#35E3DB
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC5BD
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D96
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F706B
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4845
Primary textHigh emphasis contentDark headings
950
062D
#062D2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FDFD;
  --sky-blue-100: #E0FBF9;
  --sky-blue-200: #C5F7F5;
  --sky-blue-300: #98F1EC;
  --sky-blue-400: #62EAE3;
  --sky-blue-500: #35E3DB;
  --sky-blue-600: #1BC5BD;
  --sky-blue-700: #159D96;
  --sky-blue-800: #0F706B;
  --sky-blue-900: #0A4845;
  --sky-blue-950: #062D2B;
}
Generate More ShadesCreate PaletteConvert Color