Sky Blue
#7DB5CF
BlueColor Codes
All color formats for development
HEX
#7DB5CFRGB
rgb(125, 181, 207)HSL
hsl(199, 46%, 65%)OKLCH
oklch(0.744 0.069 228.7)CMYK
cmyk(40%, 13%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64A7C6
2#4C99BD
3#3F88A9
4#367491
5#2D6179
6#244D61
7#1B3A49
8#122730
9#091318
Tints
Lighter variations
1#8ABCD4
2#97C4D8
3#A4CBDD
4#B1D2E2
5#BEDAE7
6#CBE1EC
7#D8E9F1
8#E5F0F5
9#F2F8FA
Tones
Muted variations
1#81B3CB
2#85B2C7
3#89B0C2
4#8DAFBE
5#91ADBA
6#95ACB6
7#99AAB2
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 | CFE3 #CFE3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CE #A9CEDF | BordersInactive statesPlaceholder text |
| 400 | 7DB5 #7DB5CF | Disabled statesSecondary iconsMuted text |
| 500 | 57A0 #57A0C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D83 #3D83A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3068 #306882 | 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: #CFE3ED;
--sky-blue-300: #A9CEDF;
--sky-blue-400: #7DB5CF;
--sky-blue-500: #57A0C1;
--sky-blue-600: #3D83A4;
--sky-blue-700: #306882;
--sky-blue-800: #224B5D;
--sky-blue-900: #16303C;
--sky-blue-950: #0E1E25;
}