Sky Blue
#8DB5BF
CyanColor Codes
All color formats for development
HEX
#8DB5BFRGB
rgb(141, 181, 191)HSL
hsl(192, 28%, 65%)OKLCH
oklch(0.747 0.045 214.7)CMYK
cmyk(26%, 5%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78A7B3
2#6299A7
3#548895
4#48747F
5#3C616A
6#304D55
7#243A40
8#18272A
9#0C1315
Tints
Lighter variations
1#98BCC5
2#A4C4CC
3#AFCBD2
4#BAD2D8
5#C6DADF
6#D1E1E5
7#DDE9EC
8#E8F0F2
9#F4F8F9
Tones
Muted variations
1#8FB3BC
2#92B2BA
3#94B0B7
4#97AFB5
5#99ADB2
6#9CACB0
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 | 8DB5 #8DB5BF | Disabled statesSecondary iconsMuted text |
| 500 | 6CA0 #6CA0AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5183 #518390 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4068 #406872 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4A #2E4A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D30 #1D3034 | 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: #8DB5BF;
--sky-blue-500: #6CA0AC;
--sky-blue-600: #518390;
--sky-blue-700: #406872;
--sky-blue-800: #2E4A52;
--sky-blue-900: #1D3034;
--sky-blue-950: #121E21;
}