Sky Blue
#769ED6
BlueColor Codes
All color formats for development
HEX
#769ED6RGB
rgb(118, 158, 214)HSL
hsl(215, 54%, 65%)OKLCH
oklch(0.692 0.094 256.9)CMYK
cmyk(45%, 26%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C8CCE
2#437AC7
3#356AB3
4#2E5A99
5#264B80
6#1E3C66
7#172D4D
8#0F1E33
9#080F1A
Tints
Lighter variations
1#83A7DA
2#91B1DE
3#9FBBE2
4#ADC5E6
5#BACEEA
6#C8D8EF
7#D6E2F3
8#E4ECF7
9#F1F5FB
Tones
Muted variations
1#7A9FD1
2#7F9FCC
3#84A0C7
4#89A1C3
5#8EA2BE
6#92A3B9
7#97A3B4
8#9CA4AF
9#A1A5AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDB #CCDBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5BF #A5BFE4 | BordersInactive statesPlaceholder text |
| 400 | 769E #769ED6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E82 #4E82CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3466 #3466AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2951 #295189 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D3A #1D3A62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1325 #13253F | Primary textHigh emphasis contentDark headings |
| 950 | 0C17 #0C1727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FB;
--sky-blue-100: #E4ECF7;
--sky-blue-200: #CCDBF0;
--sky-blue-300: #A5BFE4;
--sky-blue-400: #769ED6;
--sky-blue-500: #4E82CA;
--sky-blue-600: #3466AD;
--sky-blue-700: #295189;
--sky-blue-800: #1D3A62;
--sky-blue-900: #13253F;
--sky-blue-950: #0C1727;
}