Sky Blue

#95EBF3

Cyan

Color Codes

All color formats for development

HEX
#95EBF3
RGB
rgb(149, 235, 243)
HSL
hsl(185, 80%, 77%)
OKLCH
oklch(0.888 0.084 203.3)
CMYK
cmyk(39%, 3%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.36:1

AA AAA

On Black Background

15.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FC
100
#DFF9
200
#C3F4
300
#95EB
400
#5EE1
500
#30D9
600
#16BB
700
#1295
800
#0D6A
900
#0844
950
#052A

Shades

Darker variations

1#72E5EF
2#4FDEEB
3#2BD8E7
4#18C4D4
5#14A4B1
6#10838D
7#0C626A
8#084147
9#042123

Tints

Lighter variations

1#A0EDF4
2#ABEFF6
3#B5F1F7
4#C0F3F8
5#CAF5F9
6#D5F7FA
7#DFF9FB
8#EAFBFD
9#F4FDFE

Tones

Muted variations

1#9AE8EF
2#9FE4EA
3#A4E0E5
4#A8DCE1
5#ADD8DC
6#B2D4D7
7#B6D0D2
8#BBCCCE
9#C0C8C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FC
#F1FCFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF9
#DFF9FB
Light backgroundsTable row hoverSkeleton loading
200
C3F4
#C3F4F8
Secondary backgroundsInput backgroundsDividers
300
95EB
#95EBF3
BordersInactive statesPlaceholder text
400
5EE1
#5EE1ED
Disabled statesSecondary iconsMuted text
500
30D9
#30D9E8
Primary brand colorCTAsActive elementsLinks
600
16BB
#16BBCA
Hover statesFocus ringsPrimary buttons hover
700
1295
#1295A1
Active/pressed statesDark mode accentsSecondary text
800
0D6A
#0D6A73
Text on light backgroundsHeadingsStrong borders
900
0844
#084449
Primary textHigh emphasis contentDark headings
950
052A
#052A2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FCFD;
  --sky-blue-100: #DFF9FB;
  --sky-blue-200: #C3F4F8;
  --sky-blue-300: #95EBF3;
  --sky-blue-400: #5EE1ED;
  --sky-blue-500: #30D9E8;
  --sky-blue-600: #16BBCA;
  --sky-blue-700: #1295A1;
  --sky-blue-800: #0D6A73;
  --sky-blue-900: #084449;
  --sky-blue-950: #052A2E;
}
Generate More ShadesCreate PaletteConvert Color