Sky Blue

#98E2F0

Cyan

Color Codes

All color formats for development

HEX
#98E2F0
RGB
rgb(152, 226, 240)
HSL
hsl(190, 75%, 77%)
OKLCH
oklch(0.869 0.076 210.7)
CMYK
cmyk(37%, 6%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.45:1

AA AAA

On Black Background

14.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FB
100
#E0F6
200
#C5EE
300
#98E2
400
#63D2
500
#36C6
600
#1CA8
700
#1686
800
#1060
900
#0A3D
950
#0626

Shades

Darker variations

1#76D8EB
2#54CEE7
3#31C4E2
4#1DB1CE
5#1993AC
6#147689
7#0F5867
8#0A3B45
9#051D22

Tints

Lighter variations

1#A3E5F2
2#ADE8F3
3#B7EAF5
4#C1EDF6
5#CCF0F8
6#D6F3F9
7#E0F6FB
8#EAF9FC
9#F5FCFE

Tones

Muted variations

1#9DDFEC
2#A1DCE8
3#A6D9E3
4#AAD6DF
5#AED3DA
6#B3D0D6
7#B7CDD2
8#BCCACD
9#C0C7C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FB
#F2FBFD
BackgroundsSubtle highlightsCard backgrounds
100
E0F6
#E0F6FB
Light backgroundsTable row hoverSkeleton loading
200
C5EE
#C5EEF7
Secondary backgroundsInput backgroundsDividers
300
98E2
#98E2F0
BordersInactive statesPlaceholder text
400
63D2
#63D2E9
Disabled statesSecondary iconsMuted text
500
36C6
#36C6E2
Primary brand colorCTAsActive elementsLinks
600
1CA8
#1CA8C4
Hover statesFocus ringsPrimary buttons hover
700
1686
#16869C
Active/pressed statesDark mode accentsSecondary text
800
1060
#106070
Text on light backgroundsHeadingsStrong borders
900
0A3D
#0A3D47
Primary textHigh emphasis contentDark headings
950
0626
#06262D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FBFD;
  --sky-blue-100: #E0F6FB;
  --sky-blue-200: #C5EEF7;
  --sky-blue-300: #98E2F0;
  --sky-blue-400: #63D2E9;
  --sky-blue-500: #36C6E2;
  --sky-blue-600: #1CA8C4;
  --sky-blue-700: #16869C;
  --sky-blue-800: #106070;
  --sky-blue-900: #0A3D47;
  --sky-blue-950: #06262D;
}
Generate More ShadesCreate PaletteConvert Color