Sky Blue
#67B0E4
BlueColor Codes
All color formats for development
HEX
#67B0E4RGB
rgb(103, 176, 228)HSL
hsl(205, 70%, 65%)OKLCH
oklch(0.73 0.105 241.2)CMYK
cmyk(55%, 23%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BA2DF
2#2F93DA
3#2382C5
4#1E6FA9
5#195D8D
6#144A71
7#0F3855
8#0A2538
9#05131C
Tints
Lighter variations
1#76B8E7
2#86C0EA
3#95C8EC
4#A4D0EF
5#B3D8F2
6#C2DFF4
7#D1E7F7
8#E1EFFA
9#F0F7FC
Tones
Muted variations
1#6EAFDE
2#74AED8
3#7AADD1
4#80ACCB
5#87ABC5
6#8DAABF
7#93A9B8
8#99A8B2
9#A0A7AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EF #E1EFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E2 #C7E2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCB #9BCBED | BordersInactive statesPlaceholder text |
| 400 | 67B0 #67B0E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C9A #3C9ADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 227D #227DBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B64 #1B6498 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1347 #13476C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2E #0C2E45 | Primary textHigh emphasis contentDark headings |
| 950 | 081C #081C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E1EFFA;
--sky-blue-200: #C7E2F5;
--sky-blue-300: #9BCBED;
--sky-blue-400: #67B0E4;
--sky-blue-500: #3C9ADD;
--sky-blue-600: #227DBF;
--sky-blue-700: #1B6498;
--sky-blue-800: #13476C;
--sky-blue-900: #0C2E45;
--sky-blue-950: #081C2B;
}