Sky Blue
#74A9D8
BlueColor Codes
All color formats for development
HEX
#74A9D8RGB
rgb(116, 169, 216)HSL
hsl(208, 56%, 65%)OKLCH
oklch(0.716 0.089 246.2)CMYK
cmyk(46%, 22%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A99D0
2#4089C9
3#3378B5
4#2C679B
5#245681
6#1D4567
7#16344E
8#0F2234
9#07111A
Tints
Lighter variations
1#82B2DC
2#90BAE0
3#9EC3E4
4#ABCBE7
5#B9D4EB
6#C7DDEF
7#D5E5F3
8#E3EEF7
9#F1F6FB
Tones
Muted variations
1#79A9D3
2#7EA8CE
3#83A8C9
4#88A8C4
5#8DA7BF
6#92A7BA
7#97A7B5
8#9CA6B0
9#A1A6AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDF #CBDFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C7 #A4C7E5 | BordersInactive statesPlaceholder text |
| 400 | 74A9 #74A9D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C91 #4C91CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3174 #3174AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 275D #275D8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C42 #1C4263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122A #122A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1A #0B1A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FC;
--sky-blue-100: #E3EEF7;
--sky-blue-200: #CBDFF0;
--sky-blue-300: #A4C7E5;
--sky-blue-400: #74A9D8;
--sky-blue-500: #4C91CD;
--sky-blue-600: #3174AF;
--sky-blue-700: #275D8B;
--sky-blue-800: #1C4263;
--sky-blue-900: #122A40;
--sky-blue-950: #0B1A28;
}