Sky Blue
#74B8D8
BlueColor Codes
All color formats for development
HEX
#74B8D8RGB
rgb(116, 184, 216)HSL
hsl(199, 56%, 65%)OKLCH
oklch(0.749 0.083 229.6)CMYK
cmyk(46%, 15%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AABD0
2#409EC9
3#338CB5
4#2C789B
5#246481
6#1D5067
7#163C4E
8#0F2834
9#07141A
Tints
Lighter variations
1#82BFDC
2#90C6E0
3#9ECDE4
4#ABD4E7
5#B9DCEB
6#C7E3EF
7#D5EAF3
8#E3F1F7
9#F1F8FB
Tones
Muted variations
1#79B6D3
2#7EB4CE
3#83B3C9
4#88B1C4
5#8DAFBF
6#92ADBA
7#97ABB5
8#9CA9B0
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 | A4D0 #A4D0E5 | BordersInactive statesPlaceholder text |
| 400 | 74B8 #74B8D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CA4 #4CA4CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3187 #3187AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 276C #276C8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C4D #1C4D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1231 #123140 | 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: #A4D0E5;
--sky-blue-400: #74B8D8;
--sky-blue-500: #4CA4CD;
--sky-blue-600: #3187AF;
--sky-blue-700: #276C8B;
--sky-blue-800: #1C4D63;
--sky-blue-900: #123140;
--sky-blue-950: #0B1F28;
}