Sky Blue
#74BDD8
BlueColor Codes
All color formats for development
HEX
#74BDD8RGB
rgb(116, 189, 216)HSL
hsl(196, 56%, 65%)OKLCH
oklch(0.76 0.082 223.7)CMYK
cmyk(46%, 12%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AB1D0
2#40A5C9
3#3392B5
4#2C7D9B
5#246981
6#1D5467
7#163F4E
8#0F2A34
9#07151A
Tints
Lighter variations
1#82C4DC
2#90CAE0
3#9ED1E4
4#ABD7E7
5#B9DEEB
6#C7E5EF
7#D5EBF3
8#E3F2F7
9#F1F8FB
Tones
Muted variations
1#79BBD3
2#7EB8CE
3#83B6C9
4#88B4C4
5#8DB1BF
6#92AFBA
7#97ADB5
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 | E3F2 #E3F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE7 #CBE7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D4 #A4D4E5 | BordersInactive statesPlaceholder text |
| 400 | 74BD #74BDD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CAA #4CAACD | Primary brand colorCTAsActive elementsLinks |
| 600 | 318E #318EAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2771 #27718B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C50 #1C5063 | 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: #E3F2F7;
--sky-blue-200: #CBE7F0;
--sky-blue-300: #A4D4E5;
--sky-blue-400: #74BDD8;
--sky-blue-500: #4CAACD;
--sky-blue-600: #318EAF;
--sky-blue-700: #27718B;
--sky-blue-800: #1C5063;
--sky-blue-900: #123340;
--sky-blue-950: #0B2028;
}