Sky Blue

#65E0E7

Cyan

Color Codes

All color formats for development

HEX
#65E0E7
RGB
rgb(101, 224, 231)
HSL
hsl(183, 73%, 65%)
OKLCH
oklch(0.84 0.11 200.4)
CMYK
cmyk(56%, 3%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.57:1

AA AAA

On Black Background

13.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E0F9
200
#C6F4
300
#9AEB
400
#65E0
500
#38D8
600
#1EBA
700
#1894
800
#116A
900
#0B44
950
#072A

Shades

Darker variations

1#48DBE2
2#2BD5DE
3#1FC0C9
4#1BA5AC
5#16898F
6#126E73
7#0D5256
8#093739
9#041B1D

Tints

Lighter variations

1#74E3E9
2#83E7EC
3#93EAEE
4#A2EDF1
5#B2F0F3
6#C1F3F5
7#D1F6F8
8#E0F9FA
9#F0FCFD

Tones

Muted variations

1#6BDBE0
2#72D5DA
3#78CFD3
4#7FC9CD
5#85C3C6
6#8CBDC0
7#92B7B9
8#99B1B3
9#9FACAC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFD
BackgroundsSubtle highlightsCard backgrounds
100
E0F9
#E0F9FA
Light backgroundsTable row hoverSkeleton loading
200
C6F4
#C6F4F6
Secondary backgroundsInput backgroundsDividers
300
9AEB
#9AEBEF
BordersInactive statesPlaceholder text
400
65E0
#65E0E7
Disabled statesSecondary iconsMuted text
500
38D8
#38D8E0
Primary brand colorCTAsActive elementsLinks
600
1EBA
#1EBAC2
Hover statesFocus ringsPrimary buttons hover
700
1894
#18949A
Active/pressed statesDark mode accentsSecondary text
800
116A
#116A6E
Text on light backgroundsHeadingsStrong borders
900
0B44
#0B4447
Primary textHigh emphasis contentDark headings
950
072A
#072A2C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FCFD;
  --sky-blue-100: #E0F9FA;
  --sky-blue-200: #C6F4F6;
  --sky-blue-300: #9AEBEF;
  --sky-blue-400: #65E0E7;
  --sky-blue-500: #38D8E0;
  --sky-blue-600: #1EBAC2;
  --sky-blue-700: #18949A;
  --sky-blue-800: #116A6E;
  --sky-blue-900: #0B4447;
  --sky-blue-950: #072A2C;
}
Generate More ShadesCreate PaletteConvert Color