Sky Blue

#68E3DB

Cyan

Color Codes

All color formats for development

HEX
#68E3DB
RGB
rgb(104, 227, 219)
HSL
hsl(176, 69%, 65%)
OKLCH
oklch(0.844 0.111 189.5)
CMYK
cmyk(54%, 0%, 4%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.54:1

AA AAA

On Black Background

13.60: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#4CDED4
2#30D9CE
3#24C4B9
4#1FA89F
5#1A8C84
6#15706A
7#0F544F
8#0A3835
9#051C1A

Tints

Lighter variations

1#77E6DF
2#86E9E2
3#95ECE6
4#A5EEE9
5#B4F1ED
6#C3F4F1
7#D2F7F4
8#E1F9F8
9#F0FCFB

Tones

Muted variations

1#6EDDD6
2#74D7D0
3#7BD1CB
4#81CBC6
5#87C5C0
6#8DBEBB
7#93B8B6
8#99B2B0
9#A0ACAB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFC
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F8
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5F2
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDE7
BordersInactive statesPlaceholder text
400
68E3
#68E3DB
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDBD1
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BEB3
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C978F
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C66
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4541
Primary textHigh emphasis contentDark headings
950
082B
#082B29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FDFC;
  --sky-blue-100: #E1F9F8;
  --sky-blue-200: #C7F5F2;
  --sky-blue-300: #9CEDE7;
  --sky-blue-400: #68E3DB;
  --sky-blue-500: #3DDBD1;
  --sky-blue-600: #23BEB3;
  --sky-blue-700: #1C978F;
  --sky-blue-800: #146C66;
  --sky-blue-900: #0D4541;
  --sky-blue-950: #082B29;
}
Generate More ShadesCreate PaletteConvert Color