Sky Blue
#7DADCF
BlueColor Codes
All color formats for development
HEX
#7DADCFRGB
rgb(125, 173, 207)HSL
hsl(205, 46%, 65%)OKLCH
oklch(0.726 0.071 239.8)CMYK
cmyk(40%, 16%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#649DC6
2#4C8EBD
3#3F7DA9
4#366B91
5#2D5979
6#244761
7#1B3649
8#122430
9#091218
Tints
Lighter variations
1#8AB5D4
2#97BDD8
3#A4C5DD
4#B1CEE2
5#BED6E7
6#CBDEEC
7#D8E6F1
8#E5EFF5
9#F2F7FA
Tones
Muted variations
1#81ACCB
2#85ABC7
3#89ABC2
4#8DAABE
5#91A9BA
6#95A8B6
7#99A8B2
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 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE0 #CFE0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C9 #A9C9DF | BordersInactive statesPlaceholder text |
| 400 | 7DAD #7DADCF | Disabled statesSecondary iconsMuted text |
| 500 | 5795 #5795C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D79 #3D79A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3060 #306082 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2245 #22455D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162C #162C3C | 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: #E5EFF5;
--sky-blue-200: #CFE0ED;
--sky-blue-300: #A9C9DF;
--sky-blue-400: #7DADCF;
--sky-blue-500: #5795C1;
--sky-blue-600: #3D79A4;
--sky-blue-700: #306082;
--sky-blue-800: #22455D;
--sky-blue-900: #162C3C;
--sky-blue-950: #0E1B25;
}