Sky Blue

#9FEAE0

Cyan

Color Codes

All color formats for development

HEX
#9FEAE0
RGB
rgb(159, 234, 224)
HSL
hsl(172, 64%, 77%)
OKLCH
oklch(0.885 0.076 185.5)
CMYK
cmyk(32%, 0%, 4%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.37:1

AA AAA

On Black Background

15.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E2F9
200
#C9F3
300
#9FEA
400
#6DDF
500
#43D6
600
#28B8
700
#2092
800
#1769
900
#0F43
950
#092A

Shades

Darker variations

1#7FE3D5
2#5EDCCB
3#3ED5C1
4#2AC1AD
5#23A190
6#1C8173
7#156157
8#0E403A
9#07201D

Tints

Lighter variations

1#A8ECE3
2#B2EEE6
3#BCF0E9
4#C5F2EC
5#CFF4EF
6#D9F7F3
7#E2F9F6
8#ECFBF9
9#F5FDFC

Tones

Muted variations

1#A3E6DD
2#A6E2DA
3#AADFD8
4#AEDBD5
5#B2D7D2
6#B5D3CF
7#B9D0CD
8#BDCCCA
9#C1C8C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F6
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3ED
Secondary backgroundsInput backgroundsDividers
300
9FEA
#9FEAE0
BordersInactive statesPlaceholder text
400
6DDF
#6DDFD0
Disabled statesSecondary iconsMuted text
500
43D6
#43D6C2
Primary brand colorCTAsActive elementsLinks
600
28B8
#28B8A5
Hover statesFocus ringsPrimary buttons hover
700
2092
#209283
Active/pressed statesDark mode accentsSecondary text
800
1769
#17695E
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F433C
Primary textHigh emphasis contentDark headings
950
092A
#092A25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FCFB;
  --sky-blue-100: #E2F9F6;
  --sky-blue-200: #C9F3ED;
  --sky-blue-300: #9FEAE0;
  --sky-blue-400: #6DDFD0;
  --sky-blue-500: #43D6C2;
  --sky-blue-600: #28B8A5;
  --sky-blue-700: #209283;
  --sky-blue-800: #17695E;
  --sky-blue-900: #0F433C;
  --sky-blue-950: #092A25;
}
Generate More ShadesCreate PaletteConvert Color