Sky Blue
#74A1D8
BlueColor Codes
All color formats for development
HEX
#74A1D8RGB
rgb(116, 161, 216)HSL
hsl(213, 56%, 65%)OKLCH
oklch(0.698 0.095 253.9)CMYK
cmyk(46%, 25%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A8FD0
2#407EC9
3#336EB5
4#2C5E9B
5#244E81
6#1D3F67
7#162F4E
8#0F1F34
9#07101A
Tints
Lighter variations
1#82AADC
2#90B4E0
3#9EBDE4
4#ABC6E7
5#B9D0EB
6#C7D9EF
7#D5E3F3
8#E3ECF7
9#F1F6FB
Tones
Muted variations
1#79A1D3
2#7EA2CE
3#83A2C9
4#88A3C4
5#8DA3BF
6#92A4BA
7#97A4B5
8#9CA5B0
9#A1A5AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDC #CBDCF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C1 #A4C1E5 | BordersInactive statesPlaceholder text |
| 400 | 74A1 #74A1D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C86 #4C86CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 316A #316AAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2754 #27548B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C3C #1C3C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1227 #122740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B18 #0B1828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FC;
--sky-blue-100: #E3ECF7;
--sky-blue-200: #CBDCF0;
--sky-blue-300: #A4C1E5;
--sky-blue-400: #74A1D8;
--sky-blue-500: #4C86CD;
--sky-blue-600: #316AAF;
--sky-blue-700: #27548B;
--sky-blue-800: #1C3C63;
--sky-blue-900: #122740;
--sky-blue-950: #0B1828;
}