Sky Blue

#3ED5DA

Cyan

Color Codes

All color formats for development

HEX
#3ED5DA
RGB
rgb(62, 213, 218)
HSL
hsl(182, 68%, 55%)
OKLCH
oklch(0.799 0.122 198.3)
CMYK
cmyk(72%, 2%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.79:1

AA AAA

On Black Background

11.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F8
200
#C7F3
300
#9CEA
400
#69DE
500
#3ED5
600
#24B7
700
#1D92
800
#1468
900
#0D43
950
#082A

Shades

Darker variations

1#28CED4
2#24B7BC
3#1FA0A5
4#1B8A8D
5#167376
6#125C5E
7#0D4547
8#092E2F
9#041718

Tints

Lighter variations

1#51D9DE
2#65DDE2
3#78E2E5
4#8BE6E9
5#9FEAED
6#B2EEF0
7#C5F2F4
8#D8F7F8
9#ECFBFB

Tones

Muted variations

1#46CED2
2#4EC7CB
3#56BFC3
4#5DB8BB
5#65B1B3
6#6DA9AB
7#75A2A4
8#7D9B9C
9#849494

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFD
BackgroundsSubtle highlightsCard backgrounds
100
E1F8
#E1F8F9
Light backgroundsTable row hoverSkeleton loading
200
C7F3
#C7F3F4
Secondary backgroundsInput backgroundsDividers
300
9CEA
#9CEAEC
BordersInactive statesPlaceholder text
400
69DE
#69DEE2
Disabled statesSecondary iconsMuted text
500
3ED5
#3ED5DA
Primary brand colorCTAsActive elementsLinks
600
24B7
#24B7BC
Hover statesFocus ringsPrimary buttons hover
700
1D92
#1D9296
Active/pressed statesDark mode accentsSecondary text
800
1468
#14686B
Text on light backgroundsHeadingsStrong borders
900
0D43
#0D4345
Primary textHigh emphasis contentDark headings
950
082A
#082A2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FCFD;
  --sky-blue-100: #E1F8F9;
  --sky-blue-200: #C7F3F4;
  --sky-blue-300: #9CEAEC;
  --sky-blue-400: #69DEE2;
  --sky-blue-500: #3ED5DA;
  --sky-blue-600: #24B7BC;
  --sky-blue-700: #1D9296;
  --sky-blue-800: #14686B;
  --sky-blue-900: #0D4345;
  --sky-blue-950: #082A2B;
}
Generate More ShadesCreate PaletteConvert Color