Sky Blue
#79A4D2
BlueColor Codes
All color formats for development
HEX
#79A4D2RGB
rgb(121, 164, 210)HSL
hsl(211, 50%, 65%)OKLCH
oklch(0.705 0.082 250.7)CMYK
cmyk(42%, 22%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6093CA
2#4783C2
3#3A72AE
4#326295
5#29517C
6#214163
7#19314B
8#112132
9#081019
Tints
Lighter variations
1#87ADD7
2#94B6DB
3#A1BFE0
4#AFC9E4
5#BCD2E9
6#C9DBED
7#D7E4F2
8#E4EDF6
9#F2F6FB
Tones
Muted variations
1#7EA4CE
2#82A5C9
3#87A5C5
4#8BA5C1
5#8FA5BC
6#94A5B8
7#98A5B3
8#9DA5AF
9#A1A6AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDD #CDDDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7C3 #A7C3E2 | BordersInactive statesPlaceholder text |
| 400 | 79A4 #79A4D2 | Disabled statesSecondary iconsMuted text |
| 500 | 538A #538AC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 386E #386EA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D58 #2D5886 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 203F #203F60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1428 #14283D | Primary textHigh emphasis contentDark headings |
| 950 | 0D19 #0D1926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FB;
--sky-blue-100: #E4EDF6;
--sky-blue-200: #CDDDEE;
--sky-blue-300: #A7C3E2;
--sky-blue-400: #79A4D2;
--sky-blue-500: #538AC6;
--sky-blue-600: #386EA8;
--sky-blue-700: #2D5886;
--sky-blue-800: #203F60;
--sky-blue-900: #14283D;
--sky-blue-950: #0D1926;
}