Sky Blue
#8CB4C0
CyanColor Codes
All color formats for development
HEX
#8CB4C0RGB
rgb(140, 180, 192)HSL
hsl(194, 29%, 65%)OKLCH
oklch(0.745 0.046 218.1)CMYK
cmyk(27%, 6%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76A6B4
2#6198A8
3#528696
4#477380
5#3B606B
6#2F4D56
7#233940
8#18262B
9#0C1315
Tints
Lighter variations
1#97BBC6
2#A3C3CC
3#AECAD3
4#BAD2D9
5#C5D9DF
6#D1E1E6
7#DCE8EC
8#E8F0F2
9#F3F7F9
Tones
Muted variations
1#8EB2BD
2#91B1BA
3#94AFB8
4#96AEB5
5#99ADB3
6#9BABB0
7#9EAAAE
8#A1A9AB
9#A3A7A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E3 #D4E3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3CD #B3CDD5 | BordersInactive statesPlaceholder text |
| 400 | 8CB4 #8CB4C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B9E #6B9EAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5082 #508291 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F67 #3F6773 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D4A #2D4A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2F #1D2F35 | Primary textHigh emphasis contentDark headings |
| 950 | 121D #121D21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F9FA;
--sky-blue-100: #E8F0F2;
--sky-blue-200: #D4E3E7;
--sky-blue-300: #B3CDD5;
--sky-blue-400: #8CB4C0;
--sky-blue-500: #6B9EAE;
--sky-blue-600: #508291;
--sky-blue-700: #3F6773;
--sky-blue-800: #2D4A52;
--sky-blue-900: #1D2F35;
--sky-blue-950: #121D21;
}