Sky Blue

#95F3D2

Green

Color Codes

All color formats for development

HEX
#95F3D2
RGB
rgb(149, 243, 210)
HSL
hsl(159, 80%, 77%)
OKLCH
oklch(0.896 0.102 169.6)
CMYK
cmyk(39%, 0%, 14%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.31:1

AA AAA

On Black Background

16.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C3F8
300
#95F3
400
#5EED
500
#30E8
600
#16CA
700
#12A1
800
#0D73
900
#0849
950
#052E

Shades

Darker variations

1#72EFC4
2#4FEBB5
3#2BE7A6
4#18D492
5#14B17A
6#108D61
7#0C6A49
8#084731
9#042318

Tints

Lighter variations

1#A0F4D7
2#ABF6DB
3#B5F7E0
4#C0F8E4
5#CAF9E9
6#D5FAED
7#DFFBF2
8#EAFDF6
9#F4FEFB

Tones

Muted variations

1#9AEFD1
2#9FEAD0
3#A4E5CE
4#A8E1CD
5#ADDCCB
6#B2D7CA
7#B6D2C9
8#BBCEC7
9#C0C9C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF9
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF1
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8E6
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3D2
BordersInactive statesPlaceholder text
400
5EED
#5EEDBB
Disabled statesSecondary iconsMuted text
500
30E8
#30E8A8
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA8B
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A16F
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D734F
Text on light backgroundsHeadingsStrong borders
900
0849
#084933
Primary textHigh emphasis contentDark headings
950
052E
#052E20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FDF9;
  --sky-blue-100: #DFFBF1;
  --sky-blue-200: #C3F8E6;
  --sky-blue-300: #95F3D2;
  --sky-blue-400: #5EEDBB;
  --sky-blue-500: #30E8A8;
  --sky-blue-600: #16CA8B;
  --sky-blue-700: #12A16F;
  --sky-blue-800: #0D734F;
  --sky-blue-900: #084933;
  --sky-blue-950: #052E20;
}
Generate More ShadesCreate PaletteConvert Color