Sky Blue
#76ACD6
BlueColor Codes
All color formats for development
HEX
#76ACD6RGB
rgb(118, 172, 214)HSL
hsl(206, 54%, 65%)OKLCH
oklch(0.723 0.084 242.7)CMYK
cmyk(45%, 20%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C9DCE
2#438DC7
3#357CB3
4#2E6B99
5#265980
6#1E4766
7#17354D
8#0F2433
9#08121A
Tints
Lighter variations
1#83B4DA
2#91BDDE
3#9FC5E2
4#ADCDE6
5#BAD6EA
6#C8DEEF
7#D6E6F3
8#E4EEF7
9#F1F7FB
Tones
Muted variations
1#7AACD1
2#7FABCC
3#84AAC7
4#89AAC3
5#8EA9BE
6#92A8B9
7#97A8B4
8#9CA7AF
9#A1A6AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE0 #CCE0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C9 #A5C9E4 | BordersInactive statesPlaceholder text |
| 400 | 76AC #76ACD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E95 #4E95CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3478 #3478AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2960 #296089 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D44 #1D4462 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132C #132C3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1B #0C1B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FB;
--sky-blue-100: #E4EEF7;
--sky-blue-200: #CCE0F0;
--sky-blue-300: #A5C9E4;
--sky-blue-400: #76ACD6;
--sky-blue-500: #4E95CA;
--sky-blue-600: #3478AD;
--sky-blue-700: #296089;
--sky-blue-800: #1D4462;
--sky-blue-900: #132C3F;
--sky-blue-950: #0C1B27;
}