Sky Blue
#74BAD8
BlueColor Codes
All color formats for development
HEX
#74BAD8RGB
rgb(116, 186, 216)HSL
hsl(198, 56%, 65%)OKLCH
oklch(0.754 0.083 227.2)CMYK
cmyk(46%, 14%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AADD0
2#40A0C9
3#338EB5
4#2C7A9B
5#246581
6#1D5167
7#163D4E
8#0F2934
9#07141A
Tints
Lighter variations
1#82C1DC
2#90C8E0
3#9ECFE4
4#ABD5E7
5#B9DCEB
6#C7E3EF
7#D5EAF3
8#E3F1F7
9#F1F8FB
Tones
Muted variations
1#79B8D3
2#7EB6CE
3#83B4C9
4#88B2C4
5#8DB0BF
6#92AEBA
7#97ACB5
8#9CAAB0
9#A1A8AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F1 #E3F1F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE5 #CBE5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D1 #A4D1E5 | BordersInactive statesPlaceholder text |
| 400 | 74BA #74BAD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CA6 #4CA6CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3189 #3189AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 276D #276D8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C4E #1C4E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1232 #123240 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1F #0B1F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E3F1F7;
--sky-blue-200: #CBE5F0;
--sky-blue-300: #A4D1E5;
--sky-blue-400: #74BAD8;
--sky-blue-500: #4CA6CD;
--sky-blue-600: #3189AF;
--sky-blue-700: #276D8B;
--sky-blue-800: #1C4E63;
--sky-blue-900: #123240;
--sky-blue-950: #0B1F28;
}