Sky Blue
#76A3D6
BlueColor Codes
All color formats for development
HEX
#76A3D6RGB
rgb(118, 163, 214)HSL
hsl(212, 54%, 65%)OKLCH
oklch(0.703 0.09 252.2)CMYK
cmyk(45%, 24%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C91CE
2#4380C7
3#3570B3
4#2E6099
5#265080
6#1E4066
7#17304D
8#0F2033
9#08101A
Tints
Lighter variations
1#83ACDA
2#91B5DE
3#9FBEE2
4#ADC8E6
5#BAD1EA
6#C8DAEF
7#D6E3F3
8#E4EDF7
9#F1F6FB
Tones
Muted variations
1#7AA3D1
2#7FA3CC
3#84A4C7
4#89A4C3
5#8EA4BE
6#92A4B9
7#97A5B4
8#9CA5AF
9#A1A5AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDD #CCDDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C2 #A5C2E4 | BordersInactive statesPlaceholder text |
| 400 | 76A3 #76A3D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E88 #4E88CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 346C #346CAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2956 #295689 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D3D #1D3D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1327 #13273F | Primary textHigh emphasis contentDark headings |
| 950 | 0C19 #0C1927 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FB;
--sky-blue-100: #E4EDF7;
--sky-blue-200: #CCDDF0;
--sky-blue-300: #A5C2E4;
--sky-blue-400: #76A3D6;
--sky-blue-500: #4E88CA;
--sky-blue-600: #346CAD;
--sky-blue-700: #295689;
--sky-blue-800: #1D3D62;
--sky-blue-900: #13273F;
--sky-blue-950: #0C1927;
}