Sky Blue
#76B4D5
BlueColor Codes
All color formats for development
HEX
#76B4D5RGB
rgb(118, 180, 213)HSL
hsl(201, 53%, 65%)OKLCH
oklch(0.74 0.08 232.6)CMYK
cmyk(45%, 15%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5DA6CD
2#4498C5
3#3786B2
4#2F7398
5#27607F
6#1F4D65
7#173A4C
8#102633
9#081319
Tints
Lighter variations
1#84BBD9
2#92C3DD
3#9FCAE2
4#ADD2E6
5#BBD9EA
6#C8E1EE
7#D6E8F2
8#E4F0F7
9#F1F7FB
Tones
Muted variations
1#7BB3D0
2#80B1CC
3#85B0C7
4#89AEC2
5#8EADBD
6#93ABB9
7#98AAB4
8#9CA9AF
9#A1A7AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE3 #CCE3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CE #A5CEE3 | BordersInactive statesPlaceholder text |
| 400 | 76B4 #76B4D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F9E #4F9EC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3582 #3582AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A67 #2A6789 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E4A #1E4A62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132F #132F3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1E #0C1E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FB;
--sky-blue-100: #E4F0F7;
--sky-blue-200: #CCE3EF;
--sky-blue-300: #A5CEE3;
--sky-blue-400: #76B4D5;
--sky-blue-500: #4F9EC9;
--sky-blue-600: #3582AC;
--sky-blue-700: #2A6789;
--sky-blue-800: #1E4A62;
--sky-blue-900: #132F3E;
--sky-blue-950: #0C1E27;
}