Sky Blue

#98ECF1

Cyan

Color Codes

All color formats for development

HEX
#98ECF1
RGB
rgb(152, 236, 241)
HSL
hsl(183, 76%, 77%)
OKLCH
oklch(0.891 0.082 200.6)
CMYK
cmyk(37%, 2%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.35:1

AA AAA

On Black Background

15.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0F9
200
#C5F5
300
#98EC
400
#62E3
500
#35DB
600
#1BBD
700
#1596
800
#0F6B
900
#0A45
950
#062B

Shades

Darker variations

1#75E6EC
2#53E0E7
3#30DAE3
4#1CC6CF
5#18A5AD
6#13848A
7#0E6368
8#094245
9#052123

Tints

Lighter variations

1#A2EEF2
2#ACF0F4
3#B7F2F5
4#C1F4F7
5#CBF6F8
6#D6F8F9
7#E0F9FB
8#EAFBFC
9#F5FDFE

Tones

Muted variations

1#9CE8EC
2#A1E4E8
3#A5E0E4
4#AADCDF
5#AED8DB
6#B3D4D6
7#B7D0D2
8#BBCCCD
9#C0C8C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFD
BackgroundsSubtle highlightsCard backgrounds
100
E0F9
#E0F9FB
Light backgroundsTable row hoverSkeleton loading
200
C5F5
#C5F5F7
Secondary backgroundsInput backgroundsDividers
300
98EC
#98ECF1
BordersInactive statesPlaceholder text
400
62E3
#62E3EA
Disabled statesSecondary iconsMuted text
500
35DB
#35DBE3
Primary brand colorCTAsActive elementsLinks
600
1BBD
#1BBDC5
Hover statesFocus ringsPrimary buttons hover
700
1596
#15969D
Active/pressed statesDark mode accentsSecondary text
800
0F6B
#0F6B70
Text on light backgroundsHeadingsStrong borders
900
0A45
#0A4548
Primary textHigh emphasis contentDark headings
950
062B
#062B2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FDFD;
  --sky-blue-100: #E0F9FB;
  --sky-blue-200: #C5F5F7;
  --sky-blue-300: #98ECF1;
  --sky-blue-400: #62E3EA;
  --sky-blue-500: #35DBE3;
  --sky-blue-600: #1BBDC5;
  --sky-blue-700: #15969D;
  --sky-blue-800: #0F6B70;
  --sky-blue-900: #0A4548;
  --sky-blue-950: #062B2D;
}
Generate More ShadesCreate PaletteConvert Color