Sky Blue
#7EB0CD
BlueColor Codes
All color formats for development
HEX
#7EB0CDRGB
rgb(126, 176, 205)HSL
hsl(202, 44%, 65%)OKLCH
oklch(0.732 0.068 234.4)CMYK
cmyk(39%, 14%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67A2C4
2#4F93BA
3#4182A7
4#386F8F
5#2E5D77
6#254A5F
7#1C3848
8#132530
9#091318
Tints
Lighter variations
1#8BB8D2
2#98C0D7
3#A5C8DC
4#B2D0E1
5#BFD8E6
6#CCDFEB
7#D8E7F0
8#E5EFF5
9#F2F7FA
Tones
Muted variations
1#82AFC9
2#86AEC5
3#8AADC1
4#8EACBD
5#92ABB9
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 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE2 #CFE2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCB #ABCBDE | BordersInactive statesPlaceholder text |
| 400 | 7EB0 #7EB0CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A9A #5A9ABF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F7D #3F7DA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3264 #326481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2447 #24475C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172E #172E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1C #0E1C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FB;
--sky-blue-100: #E5EFF5;
--sky-blue-200: #CFE2EC;
--sky-blue-300: #ABCBDE;
--sky-blue-400: #7EB0CD;
--sky-blue-500: #5A9ABF;
--sky-blue-600: #3F7DA2;
--sky-blue-700: #326481;
--sky-blue-800: #24475C;
--sky-blue-900: #172E3B;
--sky-blue-950: #0E1C25;
}