Sky Blue
#7DB6CF
BlueColor Codes
All color formats for development
HEX
#7DB6CFRGB
rgb(125, 182, 207)HSL
hsl(198, 46%, 65%)OKLCH
oklch(0.746 0.069 227.2)CMYK
cmyk(40%, 12%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64A9C6
2#4C9BBD
3#3F89A9
4#367691
5#2D6279
6#244E61
7#1B3B49
8#122730
9#091418
Tints
Lighter variations
1#8ABDD4
2#97C5D8
3#A4CCDD
4#B1D3E2
5#BEDBE7
6#CBE2EC
7#D8E9F1
8#E5F0F5
9#F2F8FA
Tones
Muted variations
1#81B5CB
2#85B3C7
3#89B1C2
4#8DB0BE
5#91AEBA
6#95ACB6
7#99ABB2
8#9EA9AE
9#A2A7AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE4 #CFE4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CF #A9CFDF | BordersInactive statesPlaceholder text |
| 400 | 7DB6 #7DB6CF | Disabled statesSecondary iconsMuted text |
| 500 | 57A1 #57A1C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D85 #3D85A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 306A #306A82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 224B #224B5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1630 #16303C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1E #0E1E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F9FB;
--sky-blue-100: #E5F0F5;
--sky-blue-200: #CFE4ED;
--sky-blue-300: #A9CFDF;
--sky-blue-400: #7DB6CF;
--sky-blue-500: #57A1C1;
--sky-blue-600: #3D85A4;
--sky-blue-700: #306A82;
--sky-blue-800: #224B5D;
--sky-blue-900: #16303C;
--sky-blue-950: #0E1E25;
}