Sky Blue

#59F3C4

Green

Color Codes

All color formats for development

HEX
#59F3C4
RGB
rgb(89, 243, 196)
HSL
hsl(162, 87%, 65%)
OKLCH
oklch(0.87 0.146 169.1)
CMYK
cmyk(63%, 0%, 19%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.40:1

AA AAA

On Black Background

15.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFD
200
#C1FB
300
#91F7
400
#58F3
500
#28F0
600
#0FD2
700
#0CA7
800
#0877
900
#054C
950
#0330

Shades

Darker variations

1#39F1BA
2#1AEFAF
3#0FD99C
4#0DBA86
5#0B9B70
6#097C59
7#065D43
8#043E2D
9#021F16

Tints

Lighter variations

1#69F5CB
2#79F6D0
3#8AF7D6
4#9BF8DC
5#ACF9E2
6#BCFAE8
7#CDFCEE
8#DEFDF3
9#EEFEF9

Tones

Muted variations

1#60ECC2
2#68E4BF
3#6FDCBB
4#77D4B8
5#7FCDB5
6#87C5B2
7#8EBDAF
8#96B5AC
9#9EAEA9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DEFD
#DEFDF3
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBE9
Secondary backgroundsInput backgroundsDividers
300
91F7
#91F7D9
BordersInactive statesPlaceholder text
400
58F3
#58F3C5
Disabled statesSecondary iconsMuted text
500
28F0
#28F0B4
Primary brand colorCTAsActive elementsLinks
600
0FD2
#0FD297
Hover statesFocus ringsPrimary buttons hover
700
0CA7
#0CA778
Active/pressed statesDark mode accentsSecondary text
800
0877
#087756
Text on light backgroundsHeadingsStrong borders
900
054C
#054C37
Primary textHigh emphasis contentDark headings
950
0330
#033022
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FEFA;
  --sky-blue-100: #DEFDF3;
  --sky-blue-200: #C1FBE9;
  --sky-blue-300: #91F7D9;
  --sky-blue-400: #58F3C5;
  --sky-blue-500: #28F0B4;
  --sky-blue-600: #0FD297;
  --sky-blue-700: #0CA778;
  --sky-blue-800: #087756;
  --sky-blue-900: #054C37;
  --sky-blue-950: #033022;
}
Generate More ShadesCreate PaletteConvert Color