Sky Blue
#83C2C9
CyanColor Codes
All color formats for development
HEX
#83C2C9RGB
rgb(131, 194, 201)HSL
hsl(186, 39%, 65%)OKLCH
oklch(0.774 0.065 204.7)CMYK
cmyk(35%, 3%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CB6BE
2#55ABB4
3#4798A1
4#3D828A
5#336D73
6#28575C
7#1E4145
8#142B2E
9#0A1617
Tints
Lighter variations
1#8FC8CE
2#9CCED3
3#A8D4D9
4#B5DADE
5#C1E0E4
6#CDE6E9
7#DAEDEF
8#E6F3F4
9#F3F9FA
Tones
Muted variations
1#86BFC5
2#8ABCC2
3#8DB9BE
4#91B6BB
5#94B4B7
6#98B1B4
7#9BAEB0
8#9FABAD
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 | D1E8 #D1E8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD7 #ADD7DB | BordersInactive statesPlaceholder text |
| 400 | 83C2 #83C2C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB0 #5FB0B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4493 #44939C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3675 #36757C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2754 #275459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1936 #193639 | Primary textHigh emphasis contentDark headings |
| 950 | 1021 #102123 | 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: #D1E8EB;
--sky-blue-300: #ADD7DB;
--sky-blue-400: #83C2C9;
--sky-blue-500: #5FB0B9;
--sky-blue-600: #44939C;
--sky-blue-700: #36757C;
--sky-blue-800: #275459;
--sky-blue-900: #193639;
--sky-blue-950: #102123;
}