Sky Blue
#79A0D2
BlueColor Codes
All color formats for development
HEX
#79A0D2RGB
rgb(121, 160, 210)HSL
hsl(214, 50%, 65%)OKLCH
oklch(0.696 0.086 254.9)CMYK
cmyk(42%, 24%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#608ECA
2#477CC2
3#3A6CAE
4#325D95
5#294D7C
6#213E63
7#192E4B
8#111F32
9#080F19
Tints
Lighter variations
1#87A9D7
2#94B3DB
3#A1BCE0
4#AFC6E4
5#BCCFE9
6#C9D9ED
7#D7E2F2
8#E4ECF6
9#F2F5FB
Tones
Muted variations
1#7EA0CE
2#82A1C9
3#87A2C5
4#8BA2C1
5#8FA3BC
6#94A3B8
7#98A4B3
8#9DA5AF
9#A1A5AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDC #CDDCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7C0 #A7C0E2 | BordersInactive statesPlaceholder text |
| 400 | 79A0 #79A0D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5385 #5385C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3869 #3869A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D53 #2D5386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 203B #203B60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1426 #14263D | Primary textHigh emphasis contentDark headings |
| 950 | 0D18 #0D1826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FB;
--sky-blue-100: #E4ECF6;
--sky-blue-200: #CDDCEE;
--sky-blue-300: #A7C0E2;
--sky-blue-400: #79A0D2;
--sky-blue-500: #5385C6;
--sky-blue-600: #3869A8;
--sky-blue-700: #2D5386;
--sky-blue-800: #203B60;
--sky-blue-900: #14263D;
--sky-blue-950: #0D1826;
}