Sky Blue
#7DABCF
BlueColor Codes
All color formats for development
HEX
#7DABCFRGB
rgb(125, 171, 207)HSL
hsl(206, 46%, 65%)OKLCH
oklch(0.722 0.072 242.5)CMYK
cmyk(40%, 17%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#649CC6
2#4C8CBD
3#3F7BA9
4#366A91
5#2D5879
6#244661
7#1B3549
8#122330
9#091218
Tints
Lighter variations
1#8AB4D4
2#97BCD8
3#A4C4DD
4#B1CDE2
5#BED5E7
6#CBDDEC
7#D8E6F1
8#E5EEF5
9#F2F7FA
Tones
Muted variations
1#81ABCB
2#85AAC7
3#89AAC2
4#8DA9BE
5#91A8BA
6#95A8B6
7#99A7B2
8#9EA7AE
9#A2A6AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE0 #CFE0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C8 #A9C8DF | BordersInactive statesPlaceholder text |
| 400 | 7DAB #7DABCF | Disabled statesSecondary iconsMuted text |
| 500 | 5793 #5793C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D77 #3D77A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 305F #305F82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2244 #22445D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162B #162B3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FB;
--sky-blue-100: #E5EEF5;
--sky-blue-200: #CFE0ED;
--sky-blue-300: #A9C8DF;
--sky-blue-400: #7DABCF;
--sky-blue-500: #5793C1;
--sky-blue-600: #3D77A4;
--sky-blue-700: #305F82;
--sky-blue-800: #22445D;
--sky-blue-900: #162B3C;
--sky-blue-950: #0E1B25;
}