Sky Blue

#90F9D2

Green

Color Codes

All color formats for development

HEX
#90F9D2
RGB
rgb(144, 249, 210)
HSL
hsl(158, 90%, 77%)
OKLCH
oklch(0.908 0.113 167.9)
CMYK
cmyk(42%, 0%, 16%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.26:1

AA AAA

On Black Background

16.67: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#6AF7C4
2#45F5B5
3#20F3A6
4#0CE092
5#0ABB7A
6#089561
7#067049
8#044B31
9#022518

Tints

Lighter variations

1#9BFAD7
2#A6FADB
3#B1FBE0
4#BCFBE4
5#C7FCE9
6#D2FDED
7#DEFDF2
8#E9FEF6
9#F4FEFB

Tones

Muted variations

1#95F4D1
2#9AEFD0
3#9FE9CE
4#A5E4CD
5#AADFCB
6#AFD9CA
7#B5D4C9
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
#C0FCE6
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9D2
BordersInactive statesPlaceholder text
400
55F6
#55F6BB
Disabled statesSecondary iconsMuted text
500
25F4
#25F4A8
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD58B
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AA6F
Active/pressed statesDark mode accentsSecondary text
800
0679
#06794F
Text on light backgroundsHeadingsStrong borders
900
044E
#044E33
Primary textHigh emphasis contentDark headings
950
0330
#033020
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: #C0FCE6;
  --sky-blue-300: #90F9D2;
  --sky-blue-400: #55F6BB;
  --sky-blue-500: #25F4A8;
  --sky-blue-600: #0BD58B;
  --sky-blue-700: #09AA6F;
  --sky-blue-800: #06794F;
  --sky-blue-900: #044E33;
  --sky-blue-950: #033020;
}
Generate More ShadesCreate PaletteConvert Color