Sky Blue
#7EB7CE
BlueColor Codes
All color formats for development
HEX
#7EB7CERGB
rgb(126, 183, 206)HSL
hsl(197, 45%, 65%)OKLCH
oklch(0.748 0.068 225.2)CMYK
cmyk(39%, 11%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66AAC5
2#4E9CBC
3#408BA8
4#377790
5#2E6378
6#244F60
7#1B3B48
8#122830
9#091418
Tints
Lighter variations
1#8BBED3
2#97C6D8
3#A4CDDD
4#B1D4E2
5#BEDBE6
6#CBE2EB
7#D8E9F0
8#E5F1F5
9#F2F8FA
Tones
Muted variations
1#82B5CA
2#86B4C6
3#8AB2C2
4#8EB0BE
5#92AEBA
6#96ADB6
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 #CFE4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD0 #AAD0DF | BordersInactive statesPlaceholder text |
| 400 | 7EB7 #7EB7CE | Disabled statesSecondary iconsMuted text |
| 500 | 59A3 #59A3C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E86 #3E86A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 316B #316B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 234C #234C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1631 #16313B | 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: #CFE4ED;
--sky-blue-300: #AAD0DF;
--sky-blue-400: #7EB7CE;
--sky-blue-500: #59A3C0;
--sky-blue-600: #3E86A3;
--sky-blue-700: #316B81;
--sky-blue-800: #234C5C;
--sky-blue-900: #16313B;
--sky-blue-950: #0E1E25;
}