Teal
#0F77A3
BlueColor Codes
All color formats for development
HEX
#0F77A3RGB
rgb(15, 119, 163)HSL
hsl(198, 83%, 35%)OKLCH
oklch(0.537 0.109 234.1)CMYK
cmyk(91%, 27%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6B93
2#0C5F83
3#0B5372
4#094762
5#083B52
6#063041
7#052431
8#031821
9#020C10
Tints
Lighter variations
1#128DC2
2#15A3E0
3#2BB1EB
4#49BDEE
5#67C8F1
6#86D3F4
7#A4DEF7
8#C2E9F9
9#E1F4FC
Tones
Muted variations
1#17749C
2#1E7195
3#256E8D
4#2D6B86
5#34687E
6#3C6577
7#43626F
8#4A5F68
9#525C61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF3 #DEF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E9 #C2E9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D8 #94D8F5 | BordersInactive statesPlaceholder text |
| 400 | 5CC3 #5CC3F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DB2 #2DB2EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1395 #1395CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F77 #0F77A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B55 #0B5575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0736 #07364B | Primary textHigh emphasis contentDark headings |
| 950 | 0422 #04222F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DEF3FC;
--teal-200: #C2E9F9;
--teal-300: #94D8F5;
--teal-400: #5CC3F0;
--teal-500: #2DB2EB;
--teal-600: #1395CD;
--teal-700: #0F77A3;
--teal-800: #0B5575;
--teal-900: #07364B;
--teal-950: #04222F;
}