Sky Blue

#98F0CC

Green

Color Codes

All color formats for development

HEX
#98F0CC
RGB
rgb(152, 240, 204)
HSL
hsl(155, 75%, 77%)
OKLCH
oklch(0.889 0.099 166.3)
CMYK
cmyk(37%, 0%, 15%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.34:1

AA AAA

On Black Background

15.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FB
200
#C5F7
300
#98F0
400
#63E9
500
#36E2
600
#1CC4
700
#169C
800
#1070
900
#0A47
950
#062D

Shades

Darker variations

1#76EBBB
2#54E7A9
3#31E298
4#1DCE85
5#19AC6E
6#148958
7#0F6742
8#0A452C
9#052216

Tints

Lighter variations

1#A3F2D1
2#ADF3D6
3#B7F5DB
4#C1F6E0
5#CCF8E5
6#D6F9EA
7#E0FBF0
8#EAFCF5
9#F5FEFA

Tones

Muted variations

1#9DECCB
2#A1E8CA
3#A6E3C9
4#AADFC9
5#AEDAC8
6#B3D6C7
7#B7D2C7
8#BCCDC6
9#C0C9C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF8
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBEF
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7E2
Secondary backgroundsInput backgroundsDividers
300
98F0
#98F0CC
BordersInactive statesPlaceholder text
400
63E9
#63E9B1
Disabled statesSecondary iconsMuted text
500
36E2
#36E29B
Primary brand colorCTAsActive elementsLinks
600
1CC4
#1CC47E
Hover statesFocus ringsPrimary buttons hover
700
169C
#169C64
Active/pressed statesDark mode accentsSecondary text
800
1070
#107048
Text on light backgroundsHeadingsStrong borders
900
0A47
#0A472E
Primary textHigh emphasis contentDark headings
950
062D
#062D1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FDF8;
  --sky-blue-100: #E0FBEF;
  --sky-blue-200: #C5F7E2;
  --sky-blue-300: #98F0CC;
  --sky-blue-400: #63E9B1;
  --sky-blue-500: #36E29B;
  --sky-blue-600: #1CC47E;
  --sky-blue-700: #169C64;
  --sky-blue-800: #107048;
  --sky-blue-900: #0A472E;
  --sky-blue-950: #062D1D;
}
Generate More ShadesCreate PaletteConvert Color