Sky Blue
#7DA0CF
BlueColor Codes
All color formats for development
HEX
#7DA0CFRGB
rgb(125, 160, 207)HSL
hsl(214, 46%, 65%)OKLCH
oklch(0.698 0.08 255.9)CMYK
cmyk(40%, 23%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#648FC6
2#4C7DBD
3#3F6DA9
4#365D91
5#2D4E79
6#243E61
7#1B2F49
8#121F30
9#091018
Tints
Lighter variations
1#8AAAD4
2#97B3D8
3#A4BDDD
4#B1C6E2
5#BED0E7
6#CBD9EC
7#D8E3F1
8#E5ECF5
9#F2F6FA
Tones
Muted variations
1#81A1CB
2#85A1C7
3#89A2C2
4#8DA2BE
5#91A3BA
6#95A4B6
7#99A4B2
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 | A9C1 #A9C1DF | BordersInactive statesPlaceholder text |
| 400 | 7DA0 #7DA0CF | Disabled statesSecondary iconsMuted text |
| 500 | 5785 #5785C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D69 #3D69A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3054 #305482 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 223C #223C5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1626 #16263C | 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: #A9C1DF;
--sky-blue-400: #7DA0CF;
--sky-blue-500: #5785C1;
--sky-blue-600: #3D69A4;
--sky-blue-700: #305482;
--sky-blue-800: #223C5D;
--sky-blue-900: #16263C;
--sky-blue-950: #0E1825;
}