Sky Blue
#76AFD5
BlueColor Codes
All color formats for development
HEX
#76AFD5RGB
rgb(118, 175, 213)HSL
hsl(204, 53%, 65%)OKLCH
oklch(0.729 0.081 238.6)CMYK
cmyk(45%, 18%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5DA0CD
2#4492C5
3#3780B2
4#2F6E98
5#275C7F
6#1F4965
7#17374C
8#102533
9#081219
Tints
Lighter variations
1#84B7D9
2#92BFDD
3#9FC7E2
4#ADCFE6
5#BBD7EA
6#C8DFEE
7#D6E7F2
8#E4EFF7
9#F1F7FB
Tones
Muted variations
1#7BAED0
2#80ADCC
3#85ACC7
4#89ABC2
5#8EAABD
6#93AAB9
7#98A9B4
8#9CA8AF
9#A1A7AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EF #E4EFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE1 #CCE1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CB #A5CBE3 | BordersInactive statesPlaceholder text |
| 400 | 76AF #76AFD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F98 #4F98C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 357C #357CAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A63 #2A6389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E47 #1E4762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132D #132D3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1C #0C1C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FB;
--sky-blue-100: #E4EFF7;
--sky-blue-200: #CCE1EF;
--sky-blue-300: #A5CBE3;
--sky-blue-400: #76AFD5;
--sky-blue-500: #4F98C9;
--sky-blue-600: #357CAC;
--sky-blue-700: #2A6389;
--sky-blue-800: #1E4762;
--sky-blue-900: #132D3E;
--sky-blue-950: #0C1C27;
}