Sky Blue
#7BB3D1
BlueColor Codes
All color formats for development
HEX
#7BB3D1RGB
rgb(123, 179, 209)HSL
hsl(201, 48%, 65%)OKLCH
oklch(0.739 0.073 232.5)CMYK
cmyk(41%, 14%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62A4C8
2#4A96BF
3#3C85AC
4#347293
5#2B5F7B
6#224C62
7#1A394A
8#112631
9#091319
Tints
Lighter variations
1#88BAD5
2#95C2DA
3#A3CADF
4#B0D1E3
5#BDD9E8
6#CAE0EC
7#D7E8F1
8#E5F0F6
9#F2F7FA
Tones
Muted variations
1#7FB1CC
2#83B0C8
3#88AFC4
4#8CADBF
5#90ACBB
6#95ABB7
7#99AAB3
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 | E5F0 #E5F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE3 #CEE3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CD #A8CDE1 | BordersInactive statesPlaceholder text |
| 400 | 7BB3 #7BB3D1 | Disabled statesSecondary iconsMuted text |
| 500 | 559D #559DC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A80 #3A80A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E66 #2E6684 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2149 #21495E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152F #152F3C | 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: #E5F0F6;
--sky-blue-200: #CEE3EE;
--sky-blue-300: #A8CDE1;
--sky-blue-400: #7BB3D1;
--sky-blue-500: #559DC3;
--sky-blue-600: #3A80A6;
--sky-blue-700: #2E6684;
--sky-blue-800: #21495E;
--sky-blue-900: #152F3C;
--sky-blue-950: #0D1D26;
}