Sky Blue
#7BB0D1
BlueColor Codes
All color formats for development
HEX
#7BB0D1RGB
rgb(123, 176, 209)HSL
hsl(203, 48%, 65%)OKLCH
oklch(0.732 0.074 236.5)CMYK
cmyk(41%, 16%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62A1C8
2#4A92BF
3#3C81AC
4#346F93
5#2B5C7B
6#224A62
7#1A374A
8#112531
9#091219
Tints
Lighter variations
1#88B8D5
2#95C0DA
3#A3C8DF
4#B0CFE3
5#BDD7E8
6#CADFEC
7#D7E7F1
8#E5EFF6
9#F2F7FA
Tones
Muted variations
1#7FAFCC
2#83AEC8
3#88ADC4
4#8CACBF
5#90ABBB
6#95AAB7
7#99A9B3
8#9DA8AE
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 | CEE2 #CEE2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CB #A8CBE1 | BordersInactive statesPlaceholder text |
| 400 | 7BB0 #7BB0D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5599 #5599C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A7D #3A7DA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E63 #2E6384 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2147 #21475E | 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: #CEE2EE;
--sky-blue-300: #A8CBE1;
--sky-blue-400: #7BB0D1;
--sky-blue-500: #5599C3;
--sky-blue-600: #3A7DA6;
--sky-blue-700: #2E6384;
--sky-blue-800: #21475E;
--sky-blue-900: #152D3C;
--sky-blue-950: #0D1C26;
}