Sky Blue
#749FD8
BlueColor Codes
All color formats for development
HEX
#749FD8RGB
rgb(116, 159, 216)HSL
hsl(214, 56%, 65%)OKLCH
oklch(0.694 0.097 255.7)CMYK
cmyk(46%, 26%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A8DD0
2#407BC9
3#336BB5
4#2C5C9B
5#244D81
6#1D3D67
7#162E4E
8#0F1F34
9#070F1A
Tints
Lighter variations
1#82A9DC
2#90B2E0
3#9EBCE4
4#ABC5E7
5#B9CFEB
6#C7D9EF
7#D5E2F3
8#E3ECF7
9#F1F5FB
Tones
Muted variations
1#79A0D3
2#7EA0CE
3#83A1C9
4#88A2C4
5#8DA2BF
6#92A3BA
7#97A4B5
8#9CA4B0
9#A1A5AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDB #CBDBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C0 #A4C0E5 | BordersInactive statesPlaceholder text |
| 400 | 749F #749FD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C84 #4C84CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3168 #3168AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2753 #27538B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C3B #1C3B63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1226 #122640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B18 #0B1828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FC;
--sky-blue-100: #E3ECF7;
--sky-blue-200: #CBDBF0;
--sky-blue-300: #A4C0E5;
--sky-blue-400: #749FD8;
--sky-blue-500: #4C84CD;
--sky-blue-600: #3168AF;
--sky-blue-700: #27538B;
--sky-blue-800: #1C3B63;
--sky-blue-900: #122640;
--sky-blue-950: #0B1828;
}