Sky Blue
#7DA2CF
BlueColor Codes
All color formats for development
HEX
#7DA2CFRGB
rgb(125, 162, 207)HSL
hsl(213, 46%, 65%)OKLCH
oklch(0.702 0.078 253.7)CMYK
cmyk(40%, 22%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6490C6
2#4C7FBD
3#3F6FA9
4#365F91
5#2D4F79
6#243F61
7#1B2F49
8#122030
9#091018
Tints
Lighter variations
1#8AABD4
2#97B4D8
3#A4BEDD
4#B1C7E2
5#BED0E7
6#CBDAEC
7#D8E3F1
8#E5ECF5
9#F2F6FA
Tones
Muted variations
1#81A2CB
2#85A2C7
3#89A3C2
4#8DA3BE
5#91A4BA
6#95A4B6
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 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDC #CFDCED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C2 #A9C2DF | BordersInactive statesPlaceholder text |
| 400 | 7DA2 #7DA2CF | Disabled statesSecondary iconsMuted text |
| 500 | 5787 #5787C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D6B #3D6BA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3055 #305582 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 223D #223D5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1627 #16273C | Primary textHigh emphasis contentDark headings |
| 950 | 0E18 #0E1825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FB;
--sky-blue-100: #E5ECF5;
--sky-blue-200: #CFDCED;
--sky-blue-300: #A9C2DF;
--sky-blue-400: #7DA2CF;
--sky-blue-500: #5787C1;
--sky-blue-600: #3D6BA4;
--sky-blue-700: #305582;
--sky-blue-800: #223D5D;
--sky-blue-900: #16273C;
--sky-blue-950: #0E1825;
}