Sky Blue

#57F4E7

Cyan

Color Codes

All color formats for development

HEX
#57F4E7
RGB
rgb(87, 244, 231)
HSL
hsl(175, 88%, 65%)
OKLCH
oklch(0.882 0.131 187.2)
CMYK
cmyk(64%, 0%, 5%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.35:1

AA AAA

On Black Background

15.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DDFD
200
#C1FB
300
#91F8
400
#57F4
500
#27F1
600
#0DD3
700
#0BA8
800
#0878
900
#054D
950
#0330

Shades

Darker variations

1#38F2E3
2#19F0DE
3#0EDAC9
4#0CBBAC
5#0A9C90
6#087D73
7#065D56
8#043E39
9#021F1D

Tints

Lighter variations

1#68F5EA
2#79F6EC
3#8AF8EE
4#9AF9F1
5#ABFAF3
6#BCFBF5
7#CDFCF8
8#DDFDFA
9#EEFEFD

Tones

Muted variations

1#5FECE1
2#67E5DA
3#6FDDD4
4#77D5CD
5#7ECDC6
6#86C5C0
7#8EBDB9
8#96B5B3
9#9EAEAC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDFA
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBF6
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8EF
BordersInactive statesPlaceholder text
400
57F4
#57F4E7
Disabled statesSecondary iconsMuted text
500
27F1
#27F1E0
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD3C2
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA89B
Active/pressed statesDark mode accentsSecondary text
800
0878
#08786E
Text on light backgroundsHeadingsStrong borders
900
054D
#054D47
Primary textHigh emphasis contentDark headings
950
0330
#03302C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FEFD;
  --sky-blue-100: #DDFDFA;
  --sky-blue-200: #C1FBF6;
  --sky-blue-300: #91F8EF;
  --sky-blue-400: #57F4E7;
  --sky-blue-500: #27F1E0;
  --sky-blue-600: #0DD3C2;
  --sky-blue-700: #0BA89B;
  --sky-blue-800: #08786E;
  --sky-blue-900: #054D47;
  --sky-blue-950: #03302C;
}
Generate More ShadesCreate PaletteConvert Color