Sky Blue
#74ACD8
BlueColor Codes
All color formats for development
HEX
#74ACD8RGB
rgb(116, 172, 216)HSL
hsl(206, 56%, 65%)OKLCH
oklch(0.722 0.087 243.1)CMYK
cmyk(46%, 20%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A9DD0
2#408EC9
3#337DB5
4#2C6B9B
5#245981
6#1D4767
7#16354E
8#0F2434
9#07121A
Tints
Lighter variations
1#82B5DC
2#90BDE0
3#9EC5E4
4#ABCDE7
5#B9D6EB
6#C7DEEF
7#D5E6F3
8#E3EEF7
9#F1F7FB
Tones
Muted variations
1#79ACD3
2#7EABCE
3#83AAC9
4#88AAC4
5#8DA9BF
6#92A8BA
7#97A8B5
8#9CA7B0
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 | CBE0 #CBE0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C9 #A4C9E5 | BordersInactive statesPlaceholder text |
| 400 | 74AC #74ACD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C95 #4C95CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3179 #3179AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2760 #27608B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C45 #1C4563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122C #122C40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1B #0B1B28 | 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: #CBE0F0;
--sky-blue-300: #A4C9E5;
--sky-blue-400: #74ACD8;
--sky-blue-500: #4C95CD;
--sky-blue-600: #3179AF;
--sky-blue-700: #27608B;
--sky-blue-800: #1C4563;
--sky-blue-900: #122C40;
--sky-blue-950: #0B1B28;
}