Sky Blue
#83C0C9
CyanColor Codes
All color formats for development
HEX
#83C0C9RGB
rgb(131, 192, 201)HSL
hsl(188, 39%, 65%)OKLCH
oklch(0.769 0.064 207.5)CMYK
cmyk(35%, 4%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CB3BE
2#55A8B4
3#4795A1
4#3D808A
5#336B73
6#28555C
7#1E4045
8#142B2E
9#0A1517
Tints
Lighter variations
1#8FC6CE
2#9CCCD3
3#A8D2D9
4#B5D9DE
5#C1DFE4
6#CDE6E9
7#DAECEF
8#E6F2F4
9#F3F9FA
Tones
Muted variations
1#86BDC5
2#8ABAC2
3#8DB8BE
4#91B5BB
5#94B3B7
6#98B0B4
7#9BADB0
8#9FABAD
9#A2A8A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E7 #D1E7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD5 #ADD5DB | BordersInactive statesPlaceholder text |
| 400 | 83BF #83BFC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FAD #5FADB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4490 #44909C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3673 #36737C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2752 #275259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1934 #193439 | 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: #E6F2F4;
--sky-blue-200: #D1E7EB;
--sky-blue-300: #ADD5DB;
--sky-blue-400: #83BFC9;
--sky-blue-500: #5FADB9;
--sky-blue-600: #44909C;
--sky-blue-700: #36737C;
--sky-blue-800: #275259;
--sky-blue-900: #193439;
--sky-blue-950: #102123;
}