Sky Blue

#3DDBCC

Cyan

Color Codes

All color formats for development

HEX
#3DDBCC
RGB
rgb(61, 219, 204)
HSL
hsl(174, 69%, 55%)
OKLCH
oklch(0.808 0.129 185.5)
CMYK
cmyk(72%, 0%, 7%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.72:1

AA AAA

On Black Background

12.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F5
300
#9CED
400
#68E3
500
#3DDB
600
#23BE
700
#1C97
800
#146C
900
#0D45
950
#082B

Shades

Darker variations

1#27D5C4
2#23BEAE
3#1EA698
4#1A8E83
5#16776D
6#115F57
7#0D4741
8#092F2C
9#041816

Tints

Lighter variations

1#50DFD1
2#64E3D6
3#77E6DB
4#8BEAE0
5#9EEDE5
6#B1F1EA
7#C5F4F0
8#D8F8F5
9#ECFBFA

Tones

Muted variations

1#45D4C5
2#4DCCBF
3#55C4B9
4#5DBCB2
5#65B4AC
6#6DACA6
7#74A49F
8#7C9C99
9#849493

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFC
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F7
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5F0
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDE5
BordersInactive statesPlaceholder text
400
68E3
#68E3D7
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDBCC
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BEAE
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C978B
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C63
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D453F
Primary textHigh emphasis contentDark headings
950
082B
#082B28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FDFC;
  --sky-blue-100: #E1F9F7;
  --sky-blue-200: #C7F5F0;
  --sky-blue-300: #9CEDE5;
  --sky-blue-400: #68E3D7;
  --sky-blue-500: #3DDBCC;
  --sky-blue-600: #23BEAE;
  --sky-blue-700: #1C978B;
  --sky-blue-800: #146C63;
  --sky-blue-900: #0D453F;
  --sky-blue-950: #082B28;
}
Generate More ShadesCreate PaletteConvert Color