Sky Blue
#8CB8C0
CyanColor Codes
All color formats for development
HEX
#8CB8C0RGB
rgb(140, 184, 192)HSL
hsl(189, 29%, 65%)OKLCH
oklch(0.754 0.048 209.9)CMYK
cmyk(27%, 4%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76ABB4
2#619DA8
3#528C96
4#477880
5#3B646B
6#2F5056
7#233C40
8#18282B
9#0C1415
Tints
Lighter variations
1#97BFC6
2#A3C6CC
3#AECDD3
4#BAD4D9
5#C5DBDF
6#D1E3E6
7#DCEAEC
8#E8F1F2
9#F3F8F9
Tones
Muted variations
1#8EB6BD
2#91B4BA
3#94B2B8
4#96B1B5
5#99AFB3
6#9BADB0
7#9EABAE
8#A1A9AB
9#A3A8A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E5 #D4E5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D0 #B3D0D5 | BordersInactive statesPlaceholder text |
| 400 | 8CB8 #8CB8C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BA4 #6BA4AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5087 #508791 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F6B #3F6B73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D4D #2D4D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D31 #1D3135 | Primary textHigh emphasis contentDark headings |
| 950 | 121F #121F21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F9FA;
--sky-blue-100: #E8F1F2;
--sky-blue-200: #D4E5E7;
--sky-blue-300: #B3D0D5;
--sky-blue-400: #8CB8C0;
--sky-blue-500: #6BA4AE;
--sky-blue-600: #508791;
--sky-blue-700: #3F6B73;
--sky-blue-800: #2D4D52;
--sky-blue-900: #1D3135;
--sky-blue-950: #121F21;
}