Sky Blue
#8097CB
BlueColor Codes
All color formats for development
HEX
#8097CBRGB
rgb(128, 151, 203)HSL
hsl(222, 42%, 65%)OKLCH
oklch(0.679 0.082 265.8)CMYK
cmyk(37%, 26%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6983C2
2#5170B8
3#4361A5
4#3A538D
5#304576
6#26375E
7#1D2947
8#131C2F
9#0A0E18
Tints
Lighter variations
1#8DA1D0
2#9AACD6
3#A6B6DB
4#B3C0E0
5#C0CBE5
6#CCD5EA
7#D9E0EF
8#E6EAF5
9#F2F5FA
Tones
Muted variations
1#8498C7
2#889AC4
3#8C9BC0
4#8F9DBC
5#939EB8
6#97A0B5
7#9BA1B1
8#9EA3AD
9#A2A4A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D8 #D0D8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBA #ACBADD | BordersInactive statesPlaceholder text |
| 400 | 8097 #8097CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C79 #5C79BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 415D #415D9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 344A #344A7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2535 #25355B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1822 #18223A | Primary textHigh emphasis contentDark headings |
| 950 | 0F15 #0F1524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F6FB;
--sky-blue-100: #E6EAF5;
--sky-blue-200: #D0D8EC;
--sky-blue-300: #ACBADD;
--sky-blue-400: #8097CB;
--sky-blue-500: #5C79BC;
--sky-blue-600: #415D9F;
--sky-blue-700: #344A7F;
--sky-blue-800: #25355B;
--sky-blue-900: #18223A;
--sky-blue-950: #0F1524;
}