Sky Blue
#83C4C9
CyanColor Codes
All color formats for development
HEX
#83C4C9RGB
rgb(131, 196, 201)HSL
hsl(184, 39%, 65%)OKLCH
oklch(0.778 0.066 202)CMYK
cmyk(35%, 2%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CB9BE
2#55AEB4
3#479BA1
4#3D858A
5#336F73
6#28595C
7#1E4345
8#142C2E
9#0A1617
Tints
Lighter variations
1#8FCACE
2#9CD0D3
3#A8D6D9
4#B5DCDE
5#C1E1E4
6#CDE7E9
7#DAEDEF
8#E6F3F4
9#F3F9FA
Tones
Muted variations
1#86C1C5
2#8ABEC2
3#8DBBBE
4#91B8BB
5#94B5B7
6#98B2B4
7#9BAFB0
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 | ADD8 #ADD8DB | BordersInactive statesPlaceholder text |
| 400 | 83C4 #83C4C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB3 #5FB3B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4496 #44969C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3677 #36777C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2755 #275559 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1937 #193739 | 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: #ADD8DB;
--sky-blue-400: #83C4C9;
--sky-blue-500: #5FB3B9;
--sky-blue-600: #44969C;
--sky-blue-700: #36777C;
--sky-blue-800: #275559;
--sky-blue-900: #193739;
--sky-blue-950: #102223;
}