Sky Blue
#7EB5CD
BlueColor Codes
All color formats for development
HEX
#7EB5CDRGB
rgb(126, 181, 205)HSL
hsl(198, 44%, 65%)OKLCH
oklch(0.743 0.067 227)CMYK
cmyk(39%, 12%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67A8C4
2#4F9ABA
3#4188A7
4#38758F
5#2E6177
6#254E5F
7#1C3A48
8#132730
9#091318
Tints
Lighter variations
1#8BBDD2
2#98C4D7
3#A5CCDC
4#B2D3E1
5#BFDAE6
6#CCE2EB
7#D8E9F0
8#E5F0F5
9#F2F8FA
Tones
Muted variations
1#82B4C9
2#86B2C5
3#8AB1C1
4#8EAFBD
5#92AEB9
6#96ACB5
7#9AAAB2
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 #CFE4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCF #ABCFDE | BordersInactive statesPlaceholder text |
| 400 | 7EB5 #7EB5CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AA0 #5AA0BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F84 #3F84A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3269 #326981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244B #244B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1730 #17303B | 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: #CFE4EC;
--sky-blue-300: #ABCFDE;
--sky-blue-400: #7EB5CD;
--sky-blue-500: #5AA0BF;
--sky-blue-600: #3F84A2;
--sky-blue-700: #326981;
--sky-blue-800: #244B5C;
--sky-blue-900: #17303B;
--sky-blue-950: #0E1E25;
}