Sky Blue
#7EB2CE
BlueColor Codes
All color formats for development
HEX
#7EB2CERGB
rgb(126, 178, 206)HSL
hsl(201, 45%, 65%)OKLCH
oklch(0.737 0.068 232.4)CMYK
cmyk(39%, 14%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66A3C5
2#4E95BC
3#4084A8
4#377190
5#2E5E78
6#244B60
7#1B3848
8#122630
9#091318
Tints
Lighter variations
1#8BBAD3
2#97C1D8
3#A4C9DD
4#B1D1E2
5#BED8E6
6#CBE0EB
7#D8E8F0
8#E5F0F5
9#F2F7FA
Tones
Muted variations
1#82B1CA
2#86AFC6
3#8AAEC2
4#8EADBE
5#92ACBA
6#96ABB6
7#9AA9B2
8#9EA8AE
9#A2A7AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE2 #CFE2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AACC #AACCDF | BordersInactive statesPlaceholder text |
| 400 | 7EB2 #7EB2CE | Disabled statesSecondary iconsMuted text |
| 500 | 599C #599CC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E7F #3E7FA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3165 #316581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2348 #23485C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162E #162E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1D #0E1D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FB;
--sky-blue-100: #E5F0F5;
--sky-blue-200: #CFE2ED;
--sky-blue-300: #AACCDF;
--sky-blue-400: #7EB2CE;
--sky-blue-500: #599CC0;
--sky-blue-600: #3E7FA3;
--sky-blue-700: #316581;
--sky-blue-800: #23485C;
--sky-blue-900: #162E3B;
--sky-blue-950: #0E1D25;
}