Sky Blue
#74A2D8
BlueColor Codes
All color formats for development
HEX
#74A2D8RGB
rgb(116, 162, 216)HSL
hsl(212, 56%, 65%)OKLCH
oklch(0.701 0.094 253)CMYK
cmyk(46%, 25%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A91D0
2#4080C9
3#3370B5
4#2C609B
5#245081
6#1D4067
7#16304E
8#0F2034
9#07101A
Tints
Lighter variations
1#82ACDC
2#90B5E0
3#9EBEE4
4#ABC7E7
5#B9D1EB
6#C7DAEF
7#D5E3F3
8#E3ECF7
9#F1F6FB
Tones
Muted variations
1#79A3D3
2#7EA3CE
3#83A3C9
4#88A4C4
5#8DA4BF
6#92A4BA
7#97A5B5
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 | CBDD #CBDDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C2 #A4C2E5 | BordersInactive statesPlaceholder text |
| 400 | 74A2 #74A2D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C88 #4C88CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 316C #316CAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2756 #27568B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C3D #1C3D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1227 #122740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B19 #0B1928 | 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: #CBDDF0;
--sky-blue-300: #A4C2E5;
--sky-blue-400: #74A2D8;
--sky-blue-500: #4C88CD;
--sky-blue-600: #316CAF;
--sky-blue-700: #27568B;
--sky-blue-800: #1C3D63;
--sky-blue-900: #122740;
--sky-blue-950: #0B1928;
}