Sky Blue
#7BAED1
BlueColor Codes
All color formats for development
HEX
#7BAED1RGB
rgb(123, 174, 209)HSL
hsl(204, 48%, 65%)OKLCH
oklch(0.728 0.074 239.1)CMYK
cmyk(41%, 17%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#629FC8
2#4A90BF
3#3C7FAC
4#346D93
5#2B5B7B
6#224962
7#1A364A
8#112431
9#091219
Tints
Lighter variations
1#88B6D5
2#95BEDA
3#A3C7DF
4#B0CFE3
5#BDD7E8
6#CADFEC
7#D7E7F1
8#E5EFF6
9#F2F7FA
Tones
Muted variations
1#7FADCC
2#83ADC8
3#88ACC4
4#8CABBF
5#90AABB
6#95A9B7
7#99A8B3
8#9DA7AE
9#A1A7AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE1 #CEE1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CA #A8CAE1 | BordersInactive statesPlaceholder text |
| 400 | 7BAE #7BAED1 | Disabled statesSecondary iconsMuted text |
| 500 | 5597 #5597C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A7B #3A7BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E62 #2E6284 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2146 #21465E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152D #152D3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1C #0D1C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FB;
--sky-blue-100: #E5EFF6;
--sky-blue-200: #CEE1EE;
--sky-blue-300: #A8CAE1;
--sky-blue-400: #7BAED1;
--sky-blue-500: #5597C3;
--sky-blue-600: #3A7BA6;
--sky-blue-700: #2E6284;
--sky-blue-800: #21465E;
--sky-blue-900: #152D3C;
--sky-blue-950: #0D1C26;
}