Sky Blue
#769BD6
BlueColor Codes
All color formats for development
HEX
#769BD6RGB
rgb(118, 155, 214)HSL
hsl(217, 54%, 65%)OKLCH
oklch(0.686 0.097 259.5)CMYK
cmyk(45%, 28%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C88CE
2#4375C7
3#3565B3
4#2E5799
5#264880
6#1E3A66
7#172B4D
8#0F1D33
9#080E1A
Tints
Lighter variations
1#83A5DA
2#91AFDE
3#9FB9E2
4#ADC3E6
5#BACDEA
6#C8D7EF
7#D6E1F3
8#E4EBF7
9#F1F5FB
Tones
Muted variations
1#7A9CD1
2#7F9DCC
3#849EC7
4#899FC3
5#8EA0BE
6#92A1B9
7#97A2B4
8#9CA4AF
9#A1A5AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDA #CCDAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5BD #A5BDE4 | BordersInactive statesPlaceholder text |
| 400 | 769B #769BD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E7E #4E7ECA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3462 #3462AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 294E #294E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D38 #1D3862 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1324 #13243F | Primary textHigh emphasis contentDark headings |
| 950 | 0C16 #0C1627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FB;
--sky-blue-100: #E4EBF7;
--sky-blue-200: #CCDAF0;
--sky-blue-300: #A5BDE4;
--sky-blue-400: #769BD6;
--sky-blue-500: #4E7ECA;
--sky-blue-600: #3462AD;
--sky-blue-700: #294E89;
--sky-blue-800: #1D3862;
--sky-blue-900: #13243F;
--sky-blue-950: #0C1627;
}