Sky Blue
#7BB1D1
BlueColor Codes
All color formats for development
HEX
#7BB1D1RGB
rgb(123, 177, 209)HSL
hsl(202, 48%, 65%)OKLCH
oklch(0.734 0.073 235.1)CMYK
cmyk(41%, 15%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62A3C8
2#4A94BF
3#3C83AC
4#347093
5#2B5D7B
6#224B62
7#1A384A
8#112531
9#091319
Tints
Lighter variations
1#88B9D5
2#95C1DA
3#A3C9DF
4#B0D0E3
5#BDD8E8
6#CAE0EC
7#D7E8F1
8#E5EFF6
9#F2F7FA
Tones
Muted variations
1#7FB0CC
2#83AFC8
3#88AEC4
4#8CADBF
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 | A8CC #A8CCE1 | BordersInactive statesPlaceholder text |
| 400 | 7BB1 #7BB1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 559B #559BC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A7F #3A7FA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E65 #2E6584 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2148 #21485E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152E #152E3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1D #0D1D26 | 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: #A8CCE1;
--sky-blue-400: #7BB1D1;
--sky-blue-500: #559BC3;
--sky-blue-600: #3A7FA6;
--sky-blue-700: #2E6584;
--sky-blue-800: #21485E;
--sky-blue-900: #152E3C;
--sky-blue-950: #0D1D26;
}