Sky Blue
#74B5D8
BlueColor Codes
All color formats for development
HEX
#74B5D8RGB
rgb(116, 181, 216)HSL
hsl(201, 56%, 65%)OKLCH
oklch(0.742 0.083 233)CMYK
cmyk(46%, 16%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AA7D0
2#4099C9
3#3388B5
4#2C749B
5#246181
6#1D4D67
7#163A4E
8#0F2734
9#07131A
Tints
Lighter variations
1#82BCDC
2#90C4E0
3#9ECBE4
4#ABD2E7
5#B9DAEB
6#C7E1EF
7#D5E9F3
8#E3F0F7
9#F1F8FB
Tones
Muted variations
1#79B3D3
2#7EB2CE
3#83B0C9
4#88AFC4
5#8DADBF
6#92ACBA
7#97AAB5
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 | CBE3 #CBE3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CE #A4CEE5 | BordersInactive statesPlaceholder text |
| 400 | 74B5 #74B5D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CA0 #4CA0CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3183 #3183AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2768 #27688B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C4A #1C4A63 | 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: #CBE3F0;
--sky-blue-300: #A4CEE5;
--sky-blue-400: #74B5D8;
--sky-blue-500: #4CA0CD;
--sky-blue-600: #3183AF;
--sky-blue-700: #27688B;
--sky-blue-800: #1C4A63;
--sky-blue-900: #123040;
--sky-blue-950: #0B1E28;
}