Sky Blue

#90F9CD

Green

Color Codes

All color formats for development

HEX
#90F9CD
RGB
rgb(144, 249, 205)
HSL
hsl(155, 90%, 77%)
OKLCH
oklch(0.906 0.117 165.1)
CMYK
cmyk(42%, 0%, 18%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.26:1

AA AAA

On Black Background

16.62: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#6AF7BC
2#45F5AC
3#20F39B
4#0CE087
5#0ABB71
6#08955A
7#067044
8#044B2D
9#022517

Tints

Lighter variations

1#9BFAD2
2#A6FAD7
3#B1FBDC
4#BCFBE1
5#C7FCE6
6#D2FDEB
7#DEFDF0
8#E9FEF5
9#F4FEFA

Tones

Muted variations

1#95F4CC
2#9AEFCB
3#9FE9CB
4#A5E4CA
5#AADFC9
6#AFD9C8
7#B5D4C7
8#BACFC6
9#BFCAC5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF0
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCE3
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9CD
BordersInactive statesPlaceholder text
400
55F6
#55F6B3
Disabled statesSecondary iconsMuted text
500
25F4
#25F49D
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD581
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AA67
Active/pressed statesDark mode accentsSecondary text
800
0679
#067949
Text on light backgroundsHeadingsStrong borders
900
044E
#044E2F
Primary textHigh emphasis contentDark headings
950
0330
#03301D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FEF8;
  --sky-blue-100: #DDFDF0;
  --sky-blue-200: #C0FCE3;
  --sky-blue-300: #90F9CD;
  --sky-blue-400: #55F6B3;
  --sky-blue-500: #25F49D;
  --sky-blue-600: #0BD581;
  --sky-blue-700: #09AA67;
  --sky-blue-800: #067949;
  --sky-blue-900: #044E2F;
  --sky-blue-950: #03301D;
}
Generate More ShadesCreate PaletteConvert Color