Sky Blue
#83B9C9
CyanColor Codes
All color formats for development
HEX
#83B9C9RGB
rgb(131, 185, 201)HSL
hsl(194, 39%, 65%)OKLCH
oklch(0.754 0.061 218.2)CMYK
cmyk(35%, 8%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CABBE
2#559EB4
3#478CA1
4#3D788A
5#336473
6#28505C
7#1E3C45
8#14282E
9#0A1417
Tints
Lighter variations
1#8FBFCE
2#9CC6D3
3#A8CED9
4#B5D5DE
5#C1DCE4
6#CDE3E9
7#DAEAEF
8#E6F1F4
9#F3F8FA
Tones
Muted variations
1#86B6C5
2#8AB5C2
3#8DB3BE
4#91B1BB
5#94AFB7
6#98ADB4
7#9BABB0
8#9FA9AD
9#A2A8A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E5 #D1E5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD1 #ADD1DB | BordersInactive statesPlaceholder text |
| 400 | 83B8 #83B8C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA4 #5FA4B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4488 #44889C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366C #366C7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274D #274D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1931 #193139 | Primary textHigh emphasis contentDark headings |
| 950 | 101F #101F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F9FA;
--sky-blue-100: #E6F1F4;
--sky-blue-200: #D1E5EB;
--sky-blue-300: #ADD1DB;
--sky-blue-400: #83B8C9;
--sky-blue-500: #5FA4B9;
--sky-blue-600: #44889C;
--sky-blue-700: #366C7C;
--sky-blue-800: #274D59;
--sky-blue-900: #193139;
--sky-blue-950: #101F23;
}