Sky Blue
#7DA3CF
BlueColor Codes
All color formats for development
HEX
#7DA3CFRGB
rgb(125, 163, 207)HSL
hsl(212, 46%, 65%)OKLCH
oklch(0.704 0.077 252.5)CMYK
cmyk(40%, 21%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6492C6
2#4C81BD
3#3F70A9
4#366091
5#2D5079
6#244061
7#1B3049
8#122030
9#091018
Tints
Lighter variations
1#8AACD4
2#97B5D8
3#A4BFDD
4#B1C8E2
5#BED1E7
6#CBDAEC
7#D8E3F1
8#E5EDF5
9#F2F6FA
Tones
Muted variations
1#81A3CB
2#85A4C7
3#89A4C2
4#8DA4BE
5#91A4BA
6#95A5B6
7#99A5B2
8#9EA5AE
9#A2A5AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5ED #E5EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDD #CFDDED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C3 #A9C3DF | BordersInactive statesPlaceholder text |
| 400 | 7DA3 #7DA3CF | Disabled statesSecondary iconsMuted text |
| 500 | 5789 #5789C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D6D #3D6DA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3057 #305782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 223E #223E5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1628 #16283C | Primary textHigh emphasis contentDark headings |
| 950 | 0E19 #0E1925 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FB;
--sky-blue-100: #E5EDF5;
--sky-blue-200: #CFDDED;
--sky-blue-300: #A9C3DF;
--sky-blue-400: #7DA3CF;
--sky-blue-500: #5789C1;
--sky-blue-600: #3D6DA4;
--sky-blue-700: #305782;
--sky-blue-800: #223E5D;
--sky-blue-900: #16283C;
--sky-blue-950: #0E1925;
}