Sky Blue
#8DB4BF
CyanColor Codes
All color formats for development
HEX
#8DB4BFRGB
rgb(141, 180, 191)HSL
hsl(193, 28%, 65%)OKLCH
oklch(0.745 0.045 216.9)CMYK
cmyk(26%, 6%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78A6B3
2#6298A7
3#548695
4#48737F
5#3C606A
6#304D55
7#243A40
8#18262A
9#0C1315
Tints
Lighter variations
1#98BBC5
2#A4C3CC
3#AFCAD2
4#BAD2D8
5#C6D9DF
6#D1E1E5
7#DDE8EC
8#E8F0F2
9#F4F7F9
Tones
Muted variations
1#8FB2BC
2#92B1BA
3#94B0B7
4#97AEB5
5#99ADB2
6#9CABB0
7#9EAAAD
8#A1A9AB
9#A3A7A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E3 #D5E3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4CE #B4CED5 | BordersInactive statesPlaceholder text |
| 400 | 8DB4 #8DB4BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C9E #6C9EAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5182 #518290 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4067 #406772 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4A #2E4A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2F #1D2F34 | Primary textHigh emphasis contentDark headings |
| 950 | 121E #121E21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F9F9;
--sky-blue-100: #E8F0F2;
--sky-blue-200: #D5E3E7;
--sky-blue-300: #B4CED5;
--sky-blue-400: #8DB4BF;
--sky-blue-500: #6C9EAC;
--sky-blue-600: #518290;
--sky-blue-700: #406772;
--sky-blue-800: #2E4A52;
--sky-blue-900: #1D2F34;
--sky-blue-950: #121E21;
}