Sky Blue
#74B6D8
BlueColor Codes
All color formats for development
HEX
#74B6D8RGB
rgb(116, 182, 216)HSL
hsl(200, 56%, 65%)OKLCH
oklch(0.745 0.083 231.9)CMYK
cmyk(46%, 16%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AA9D0
2#409BC9
3#338AB5
4#2C769B
5#246281
6#1D4F67
7#163B4E
8#0F2734
9#07141A
Tints
Lighter variations
1#82BEDC
2#90C5E0
3#9ECCE4
4#ABD3E7
5#B9DBEB
6#C7E2EF
7#D5E9F3
8#E3F0F7
9#F1F8FB
Tones
Muted variations
1#79B5D3
2#7EB3CE
3#83B1C9
4#88B0C4
5#8DAEBF
6#92ACBA
7#97ABB5
8#9CA9B0
9#A1A7AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE4 #CBE4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CF #A4CFE5 | BordersInactive statesPlaceholder text |
| 400 | 74B6 #74B6D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CA2 #4CA2CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3185 #3185AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 276A #276A8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C4C #1C4C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1230 #123040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1E #0B1E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E3F0F7;
--sky-blue-200: #CBE4F0;
--sky-blue-300: #A4CFE5;
--sky-blue-400: #74B6D8;
--sky-blue-500: #4CA2CD;
--sky-blue-600: #3185AF;
--sky-blue-700: #276A8B;
--sky-blue-800: #1C4C63;
--sky-blue-900: #123040;
--sky-blue-950: #0B1E28;
}