Sky Blue
#88A3C3
BlueColor Codes
All color formats for development
HEX
#88A3C3RGB
rgb(136, 163, 195)HSL
hsl(213, 33%, 65%)OKLCH
oklch(0.706 0.056 252.9)CMYK
cmyk(30%, 16%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7292B8
2#5C81AD
3#4E709A
4#436084
5#38506E
6#2C4058
7#213042
8#16202C
9#0B1016
Tints
Lighter variations
1#94ACC9
2#A0B5CF
3#ACBED5
4#B8C8DB
5#C4D1E1
6#D0DAE7
7#DBE3ED
8#E7EDF3
9#F3F6F9
Tones
Muted variations
1#8BA3C0
2#8EA3BD
3#91A4BA
4#94A4B7
5#97A4B4
6#9AA5B2
7#9DA5AF
8#A0A5AC
9#A3A5A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7ED #E7EDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DD #D3DDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C2 #B1C2D8 | BordersInactive statesPlaceholder text |
| 400 | 88A3 #88A3C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6688 #6688B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B6C #4B6C95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C56 #3C5677 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3E #2B3E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B27 #1B2736 | Primary textHigh emphasis contentDark headings |
| 950 | 1119 #111922 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F7FA;
--sky-blue-100: #E7EDF3;
--sky-blue-200: #D3DDE9;
--sky-blue-300: #B1C2D8;
--sky-blue-400: #88A3C3;
--sky-blue-500: #6688B2;
--sky-blue-600: #4B6C95;
--sky-blue-700: #3C5677;
--sky-blue-800: #2B3E55;
--sky-blue-900: #1B2736;
--sky-blue-950: #111922;
}