Sky Blue
#7BADD1
BlueColor Codes
All color formats for development
HEX
#7BADD1RGB
rgb(123, 173, 209)HSL
hsl(205, 48%, 65%)OKLCH
oklch(0.726 0.075 240.4)CMYK
cmyk(41%, 17%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#629EC8
2#4A8EBF
3#3C7DAC
4#346B93
5#2B5A7B
6#224862
7#1A364A
8#112431
9#091219
Tints
Lighter variations
1#88B5D5
2#95BDDA
3#A3C6DF
4#B0CEE3
5#BDD6E8
6#CADEEC
7#D7E6F1
8#E5EFF6
9#F2F7FA
Tones
Muted variations
1#7FACCC
2#83ABC8
3#88ABC4
4#8CAABF
5#90A9BB
6#95A9B7
7#99A8B3
8#9DA7AE
9#A1A6AA
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 | A8C9 #A8C9E1 | BordersInactive statesPlaceholder text |
| 400 | 7BAD #7BADD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5595 #5595C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A79 #3A79A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E60 #2E6084 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2145 #21455E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152C #152C3C | 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: #A8C9E1;
--sky-blue-400: #7BADD1;
--sky-blue-500: #5595C3;
--sky-blue-600: #3A79A6;
--sky-blue-700: #2E6084;
--sky-blue-800: #21455E;
--sky-blue-900: #152C3C;
--sky-blue-950: #0D1C26;
}