Sky Blue
#74BBD8
BlueColor Codes
All color formats for development
HEX
#74BBD8RGB
rgb(116, 187, 216)HSL
hsl(197, 56%, 65%)OKLCH
oklch(0.756 0.083 226)CMYK
cmyk(46%, 13%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AAFD0
2#40A2C9
3#3390B5
4#2C7C9B
5#246781
6#1D5267
7#163E4E
8#0F2934
9#07151A
Tints
Lighter variations
1#82C2DC
2#90C9E0
3#9ED0E4
4#ABD6E7
5#B9DDEB
6#C7E4EF
7#D5EBF3
8#E3F1F7
9#F1F8FB
Tones
Muted variations
1#79B9D3
2#7EB7CE
3#83B5C9
4#88B3C4
5#8DB1BF
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 | CBE6 #CBE6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D3 #A4D3E5 | BordersInactive statesPlaceholder text |
| 400 | 74BB #74BBD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CA8 #4CA8CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 318B #318BAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 276F #276F8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C4F #1C4F63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1233 #123340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B20 #0B2028 | 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: #CBE6F0;
--sky-blue-300: #A4D3E5;
--sky-blue-400: #74BBD8;
--sky-blue-500: #4CA8CD;
--sky-blue-600: #318BAF;
--sky-blue-700: #276F8B;
--sky-blue-800: #1C4F63;
--sky-blue-900: #123340;
--sky-blue-950: #0B2028;
}