Sky Blue
#8DB1BF
BlueColor Codes
All color formats for development
HEX
#8DB1BFRGB
rgb(141, 177, 191)HSL
hsl(197, 28%, 65%)OKLCH
oklch(0.739 0.044 223.6)CMYK
cmyk(26%, 7%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78A2B3
2#6293A7
3#548295
4#48707F
5#3C5D6A
6#304A55
7#243840
8#18252A
9#0C1315
Tints
Lighter variations
1#98B8C5
2#A4C0CC
3#AFC8D2
4#BAD0D8
5#C6D8DF
6#D1E0E5
7#DDE7EC
8#E8EFF2
9#F4F7F9
Tones
Muted variations
1#8FAFBC
2#92AEBA
3#94ADB7
4#97ACB5
5#99ABB2
6#9CAAB0
7#9EA9AD
8#A1A8AB
9#A3A7A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E2 #D5E2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4CB #B4CBD5 | BordersInactive statesPlaceholder text |
| 400 | 8DB1 #8DB1BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C9A #6C9AAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 517E #517E90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4064 #406472 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E47 #2E4752 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2E #1D2E34 | 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: #F5F8F9;
--sky-blue-100: #E8EFF2;
--sky-blue-200: #D5E2E7;
--sky-blue-300: #B4CBD5;
--sky-blue-400: #8DB1BF;
--sky-blue-500: #6C9AAC;
--sky-blue-600: #517E90;
--sky-blue-700: #406472;
--sky-blue-800: #2E4752;
--sky-blue-900: #1D2E34;
--sky-blue-950: #121D21;
}