Sky Blue

#98F1EE

Cyan

Color Codes

All color formats for development

HEX
#98F1EE
RGB
rgb(152, 241, 238)
HSL
hsl(178, 76%, 77%)
OKLCH
oklch(0.901 0.086 193)
CMYK
cmyk(37%, 0%, 1%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.30:1

AA AAA

On Black Background

16.15: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#75ECE8
2#53E7E3
3#30E3DD
4#1CCFC9
5#18ADA8
6#138A86
7#0E6865
8#094543
9#052322

Tints

Lighter variations

1#A2F2F0
2#ACF4F1
3#B7F5F3
4#C1F7F5
5#CBF8F6
6#D6F9F8
7#E0FBFA
8#EAFCFC
9#F5FEFD

Tones

Muted variations

1#9CECEA
2#A1E8E6
3#A5E4E1
4#AADFDD
5#AEDBD9
6#B3D6D5
7#B7D2D1
8#BBCDCD
9#C0C9C9

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FDFD;
  --sky-blue-100: #E0FBFA;
  --sky-blue-200: #C5F7F5;
  --sky-blue-300: #98F1EE;
  --sky-blue-400: #62EAE5;
  --sky-blue-500: #35E3DE;
  --sky-blue-600: #1BC5C0;
  --sky-blue-700: #159D99;
  --sky-blue-800: #0F706D;
  --sky-blue-900: #0A4846;
  --sky-blue-950: #062D2C;
}
Generate More ShadesCreate PaletteConvert Color