Sky Blue
#83C3C9
CyanColor Codes
All color formats for development
HEX
#83C3C9RGB
rgb(131, 195, 201)HSL
hsl(185, 39%, 65%)OKLCH
oklch(0.776 0.066 203.3)CMYK
cmyk(35%, 3%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CB8BE
2#55ACB4
3#479AA1
4#3D848A
5#336E73
6#28585C
7#1E4245
8#142C2E
9#0A1617
Tints
Lighter variations
1#8FC9CE
2#9CCFD3
3#A8D5D9
4#B5DBDE
5#C1E1E4
6#CDE7E9
7#DAEDEF
8#E6F3F4
9#F3F9FA
Tones
Muted variations
1#86C0C5
2#8ABDC2
3#8DBABE
4#91B7BB
5#94B4B7
6#98B1B4
7#9BAEB0
8#9FACAD
9#A2A9A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F3 #E6F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E9 #D1E9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD7 #ADD7DB | BordersInactive statesPlaceholder text |
| 400 | 83C3 #83C3C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB2 #5FB2B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4495 #44959C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3676 #36767C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2754 #275459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1936 #193639 | Primary textHigh emphasis contentDark headings |
| 950 | 1022 #102223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFA;
--sky-blue-100: #E6F3F4;
--sky-blue-200: #D1E9EB;
--sky-blue-300: #ADD7DB;
--sky-blue-400: #83C3C9;
--sky-blue-500: #5FB2B9;
--sky-blue-600: #44959C;
--sky-blue-700: #36767C;
--sky-blue-800: #275459;
--sky-blue-900: #193639;
--sky-blue-950: #102223;
}