Sky Blue
#68B0E3
BlueColor Codes
All color formats for development
HEX
#68B0E3RGB
rgb(104, 176, 227)HSL
hsl(205, 69%, 65%)OKLCH
oklch(0.73 0.104 241)CMYK
cmyk(54%, 22%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CA1DE
2#3093D9
3#2481C4
4#1F6FA8
5#1A5C8C
6#154A70
7#0F3754
8#0A2538
9#05121C
Tints
Lighter variations
1#77B8E6
2#86C0E9
3#95C8EC
4#A5D0EE
5#B4D8F1
6#C3DFF4
7#D2E7F7
8#E1EFF9
9#F0F7FC
Tones
Muted variations
1#6EAFDD
2#74AED7
3#7BADD1
4#81ACCB
5#87ABC5
6#8DAABE
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 #E1EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E2 #C7E2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCB #9CCBED | BordersInactive statesPlaceholder text |
| 400 | 68B0 #68B0E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D99 #3D99DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 237D #237DBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C64 #1C6497 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1447 #14476C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2D #0D2D45 | 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: #E1EFF9;
--sky-blue-200: #C7E2F5;
--sky-blue-300: #9CCBED;
--sky-blue-400: #68B0E3;
--sky-blue-500: #3D99DB;
--sky-blue-600: #237DBE;
--sky-blue-700: #1C6497;
--sky-blue-800: #14476C;
--sky-blue-900: #0D2D45;
--sky-blue-950: #081C2B;
}