Sky Blue
#7EB7CD
BlueColor Codes
All color formats for development
HEX
#7EB7CDRGB
rgb(126, 183, 205)HSL
hsl(197, 44%, 65%)OKLCH
oklch(0.748 0.067 224.1)CMYK
cmyk(39%, 11%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67A9C4
2#4F9CBA
3#418AA7
4#38768F
5#2E6377
6#254F5F
7#1C3B48
8#132730
9#091418
Tints
Lighter variations
1#8BBED2
2#98C5D7
3#A5CCDC
4#B2D4E1
5#BFDBE6
6#CCE2EB
7#D8E9F0
8#E5F1F5
9#F2F8FA
Tones
Muted variations
1#82B5C9
2#86B3C5
3#8AB2C1
4#8EB0BD
5#92AEB9
6#96ADB5
7#9AABB2
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 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE4 #CFE4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD0 #ABD0DE | BordersInactive statesPlaceholder text |
| 400 | 7EB7 #7EB7CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AA2 #5AA2BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F86 #3F86A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 326A #326A81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244C #244C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1731 #17313B | 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: #E5F1F5;
--sky-blue-200: #CFE4EC;
--sky-blue-300: #ABD0DE;
--sky-blue-400: #7EB7CD;
--sky-blue-500: #5AA2BF;
--sky-blue-600: #3F86A2;
--sky-blue-700: #326A81;
--sky-blue-800: #244C5C;
--sky-blue-900: #17313B;
--sky-blue-950: #0E1E25;
}