Sky Blue

#9BEDE8

Cyan

Color Codes

All color formats for development

HEX
#9BEDE8
RGB
rgb(155, 237, 232)
HSL
hsl(176, 69%, 77%)
OKLCH
oklch(0.892 0.08 190.9)
CMYK
cmyk(35%, 0%, 2%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.34:1

AA AAA

On Black Background

15.67: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#7BE7E0
2#5AE1D8
3#38DBD0
4#25C7BC
5#1EA69D
6#18857E
7#12645E
8#0C423F
9#06211F

Tints

Lighter variations

1#A6EFEA
2#B0F0EC
3#BAF2EE
4#C4F4F1
5#CDF6F3
6#D7F8F6
7#E1FAF8
8#EBFBFA
9#F5FDFD

Tones

Muted variations

1#A0E9E4
2#A4E5E0
3#A8E1DD
4#ACDDD9
5#B0D9D6
6#B4D5D2
7#B8D0CF
8#BCCCCB
9#C0C8C8

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