Sky Blue

#90F9D1

Green

Color Codes

All color formats for development

HEX
#90F9D1
RGB
rgb(144, 249, 209)
HSL
hsl(157, 90%, 77%)
OKLCH
oklch(0.907 0.114 167.3)
CMYK
cmyk(42%, 0%, 16%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.26:1

AA AAA

On Black Background

16.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFD
200
#C0FC
300
#90F9
400
#55F6
500
#25F4
600
#0BD5
700
#09AA
800
#0679
900
#044E
950
#0330

Shades

Darker variations

1#6AF7C1
2#45F5B2
3#20F3A2
4#0CE08F
5#0ABB77
6#08955F
7#067047
8#044B30
9#022518

Tints

Lighter variations

1#9BFAD5
2#A6FADA
3#B1FBDF
4#BCFBE3
5#C7FCE8
6#D2FDEC
7#DEFDF1
8#E9FEF6
9#F4FEFA

Tones

Muted variations

1#95F4CF
2#9AEFCE
3#9FE9CD
4#A5E4CC
5#AADFCB
6#AFD9C9
7#B5D4C8
8#BACFC7
9#BFCAC6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF1
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCE5
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9D1
BordersInactive statesPlaceholder text
400
55F6
#55F6B8
Disabled statesSecondary iconsMuted text
500
25F4
#25F4A4
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD588
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AA6C
Active/pressed statesDark mode accentsSecondary text
800
0679
#06794D
Text on light backgroundsHeadingsStrong borders
900
044E
#044E31
Primary textHigh emphasis contentDark headings
950
0330
#03301F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FEF9;
  --sky-blue-100: #DDFDF1;
  --sky-blue-200: #C0FCE5;
  --sky-blue-300: #90F9D1;
  --sky-blue-400: #55F6B8;
  --sky-blue-500: #25F4A4;
  --sky-blue-600: #0BD588;
  --sky-blue-700: #09AA6C;
  --sky-blue-800: #06794D;
  --sky-blue-900: #044E31;
  --sky-blue-950: #03301F;
}
Generate More ShadesCreate PaletteConvert Color