Sky Blue
#7D9FCF
BlueColor Codes
All color formats for development
HEX
#7D9FCFRGB
rgb(125, 159, 207)HSL
hsl(215, 46%, 65%)OKLCH
oklch(0.695 0.08 257)CMYK
cmyk(40%, 23%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#648DC6
2#4C7BBD
3#3F6BA9
4#365C91
5#2D4D79
6#243D61
7#1B2E49
8#121F30
9#090F18
Tints
Lighter variations
1#8AA9D4
2#97B2D8
3#A4BCDD
4#B1C5E2
5#BECFE7
6#CBD9EC
7#D8E2F1
8#E5ECF5
9#F2F5FA
Tones
Muted variations
1#81A0CB
2#85A0C7
3#89A1C2
4#8DA2BE
5#91A2BA
6#95A3B6
7#99A4B2
8#9EA4AE
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 | CFDB #CFDBED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C0 #A9C0DF | BordersInactive statesPlaceholder text |
| 400 | 7D9F #7D9FCF | Disabled statesSecondary iconsMuted text |
| 500 | 5783 #5783C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D68 #3D68A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3052 #305282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 223B #223B5D | 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: #CFDBED;
--sky-blue-300: #A9C0DF;
--sky-blue-400: #7D9FCF;
--sky-blue-500: #5783C1;
--sky-blue-600: #3D68A4;
--sky-blue-700: #305282;
--sky-blue-800: #223B5D;
--sky-blue-900: #16263C;
--sky-blue-950: #0E1825;
}