Sky Blue
#7EB2CD
BlueColor Codes
All color formats for development
HEX
#7EB2CDRGB
rgb(126, 178, 205)HSL
hsl(201, 44%, 65%)OKLCH
oklch(0.737 0.067 231.4)CMYK
cmyk(39%, 13%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67A3C4
2#4F95BA
3#4183A7
4#38718F
5#2E5E77
6#254B5F
7#1C3848
8#132630
9#091318
Tints
Lighter variations
1#8BB9D2
2#98C1D7
3#A5C9DC
4#B2D1E1
5#BFD8E6
6#CCE0EB
7#D8E8F0
8#E5F0F5
9#F2F7FA
Tones
Muted variations
1#82B0C9
2#86AFC5
3#8AAEC1
4#8EADBD
5#92ACB9
6#96AAB5
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 #CFE2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCC #ABCCDE | BordersInactive statesPlaceholder text |
| 400 | 7EB2 #7EB2CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A9B #5A9BBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F7F #3F7FA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3265 #326581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2448 #24485C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172E #172E3B | 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: #CFE2EC;
--sky-blue-300: #ABCCDE;
--sky-blue-400: #7EB2CD;
--sky-blue-500: #5A9BBF;
--sky-blue-600: #3F7FA2;
--sky-blue-700: #326581;
--sky-blue-800: #24485C;
--sky-blue-900: #172E3B;
--sky-blue-950: #0E1D25;
}