Sky Blue
#74B0D8
BlueColor Codes
All color formats for development
HEX
#74B0D8RGB
rgb(116, 176, 216)HSL
hsl(204, 56%, 65%)OKLCH
oklch(0.731 0.085 238.7)CMYK
cmyk(46%, 19%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AA1D0
2#4092C9
3#3381B5
4#2C6F9B
5#245C81
6#1D4A67
7#16374E
8#0F2534
9#07121A
Tints
Lighter variations
1#82B8DC
2#90C0E0
3#9EC8E4
4#ABCFE7
5#B9D7EB
6#C7DFEF
7#D5E7F3
8#E3EFF7
9#F1F7FB
Tones
Muted variations
1#79AFD3
2#7EAECE
3#83ADC9
4#88ACC4
5#8DABBF
6#92AABA
7#97A9B5
8#9CA8B0
9#A1A7AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EF #E3EFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE2 #CBE2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CB #A4CBE5 | BordersInactive statesPlaceholder text |
| 400 | 74B0 #74B0D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C99 #4C99CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 317D #317DAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2763 #27638B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C47 #1C4763 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122D #122D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1C #0B1C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FC;
--sky-blue-100: #E3EFF7;
--sky-blue-200: #CBE2F0;
--sky-blue-300: #A4CBE5;
--sky-blue-400: #74B0D8;
--sky-blue-500: #4C99CD;
--sky-blue-600: #317DAF;
--sky-blue-700: #27638B;
--sky-blue-800: #1C4763;
--sky-blue-900: #122D40;
--sky-blue-950: #0B1C28;
}